My first step and question in programing

Hello,

can i have some advises to have a good start in programing with c++.

I have studing networking and system ( Windows, Unix and HP-UX ).

i have no experience in programing.

thanks a lot.

Abou
For starters, you'll need a decent book, such as the C++ Primer.
There are also some good tutorials on programming in C++ out there, available for free. Here are a few good ones:

http://cplusplus.com/doc/tutorial/
http://www.cprogramming.com/tutorial.html
http://www.intap.net/~drw/cpp/
WARNING: The last one appears to be a bit less complete than the other two.

Take your pick!

-Albatross
Last edited on
Thanks a lot for your help.

Abou

I suggest that you try to, after each part of the tutorial/tutorials, make your own program along the lines of what the tutorial just showed you. i have gone through the tutorial at http://www.cplusplus.com/files/tutorial.pdf and I still don't have it down. I also suggest going through the same tutorial several times until you know for sure that you will remember the stuff in it.
10x for your advise

have a nice day
Topic archived. No new replies allowed.