You are not logged in.
Pages: 1
hello guys, i am new to coding and have joined a computer science course in an engineering college.i wish to learn coding and since i have no background in coding and am very passionate about it, i hope you guys can show me the right direction.
P.S. my professor is too hell bent on sticking to the syllabus and considers me as a dumb guy. so taking her help is out of the question.
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
What language are you learning?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I am learning C right now. higher level of languages on the way in the next sem.
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
C++ will probably be all you will ever need.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi Gourish;
I hope programming becomes a rewarding activity for you and you gain various insights about life from it.
i hope you guys can show me the right direction
Let me know what I can help you with but the best thing I can tell you is that one learns coding only by experimenting.
Last edited by Agnishom (2015-09-11 16:29:57)
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
i am learning C from my class but it's only theory and simply programs. i was planning on making games on C or C++ (most of the syntax is same for both, so i can change simple codes). but i do not know how to begin, are there any sites which can help me out?
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
I do not think that the programming of games is simple. First, you should learn the language thoroughly, then do the games.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I do not think that the programming of games is simple. First, you should learn the language thoroughly, then do the games.
True but everybody can still do some of that. Also, learning and coding is a concurrent process.
I agree with Gourish's idea of having a strong motivation to learn by having a project in hand.
but i do not know how to begin, are there any sites which can help me out?
Probably many. Have you decided what kind of game you're willing to make?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Learning and coding maybe concurrent but there is no time as well spent as looking through the list of commands.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi;
What is a module in programming?
"Every place is the center of the universe. And every moment is the most important moment. And everything is the meaning of life." ~ Dan Harmon
Offline
Hi;
Generally I think it means a small part of a program. It means a bit more in M. Did you mean Modular Programming?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Pages: 1