Some c programming video tutorial for beginners. I have watched half of them it looks very good.
EngineerForum.Net .::. C Programming
C programming video tutorial
Started by salimm, Mar 07 2010 11:47 AM
5 replies to this topic
#1
Posted 07 March 2010 - 11:47 AM
|
|
|
#2
Posted 07 March 2010 - 06:53 PM
Meh. Rookie teacher teaching rookies to be rookies.
#3
Posted 20 March 2010 - 01:31 PM
They were really helpful videos for me. Thanks for sharing with us. There are also some other tutuorials on the website.
#4
Posted 20 March 2010 - 02:10 PM
dcs said:
Meh. Rookie teacher teaching rookies to be rookies.
What did you see that made him seem like a rookie? What do you look for in a good tutorial?
I don't document code. If it was hard to write, it should be hard to read ;)
#5
Posted 20 March 2010 - 02:42 PM
cod3b3ast said:
What did you see that made him seem like a rookie? What do you look for in a good tutorial?
Bucky said:
[In regards to #include] Now, this is one of those things that you don't have to really know what it does in C++, you just gotta remember to put it in there every time.
Bucky said:
Every statement ends with a semicolon.
Bucky said:
I'm gonna have you guys add in one more thing, kind of like this [see above] that you don't really need to know what it does but you need to add it in and that is called "using"... and then type in the word "namespace", then s-t-d, then add in my semicolon. And in case you guys are curious again, what this does it pretty much tells C++ to use all the basic, standard stuff that C++ uses.
Bucky said:
Our two less-than signs [<<] is the insertion operator
Bucky said:
The first thing that we want to do is "system", and then in the quotation marks we want to put "pause"
Bucky said:
The next thing you're gonna want to do is put in "return 0", and what this pretty much does is end the main function. Since C++ is gonna run through this "go, go, go", but it's not gonna know where to end
So yeah... there's Bucky!
Wow I changed my sig!
#6
Posted 20 March 2010 - 08:06 PM
Oh wow. I guess I should have watched a little more of the tutorials. Thank you for the explanation, Zeke!
I don't document code. If it was hard to write, it should be hard to read ;)


Sign In
Create Account

Back to top









