I dont even know a line of code in C/C++
All in know is some VB
Where can I start learning C on the www?
Thanks in advance
Martin (UK):rolleyes:
Printable View
I dont even know a line of code in C/C++
All in know is some VB
Where can I start learning C on the www?
Thanks in advance
Martin (UK):rolleyes:
Code:Sites:
http://www.cplusplus.com/
http://www.strath.ac.uk/CC/Courses/N...e/ccourse.html
http://www.aul.fiu.edu/tech/visualc.html
http://www.gator.net/~garyg/c/cref.html
Books:
"thinking in c++"
http://www.codecuts.com/codecuts/pdf...l/TIC2Vone.pdf
http://www.codecuts.com/codecuts/pdf...l/TIC2Vtwo.pdf
http://www.itknowledge.com/reference...708/ewtoc.html
http://newdata.box.sk/bx/c/
Also, when you get better with C++
http://www.winprog.org/tutorial
for windows programming and stick to the C++ forums.
But don't try that until you've been doing C++ for at least a few months to get your head around:Quote:
Originally posted by Vlatko
Also, when you get better with C++
http://www.winprog.org/tutorial
for windows programming and stick to the C++ forums.
Pointers
References
Arrays
Function Pointers (used in callback functions, like AddressOf)
Parksie, if I know the following:
-pointers
-references
classes
-func. pointers
-arrays
is it enough to start c++?
You mean Windows programming with C++? Pretty much, yeah. :)
:D