I dont understand the concept of C++

Mar 17, 2012 at 2:09am
Hello im new to programing and have been through numerous tutorials books and other sources, and they tell me what is going on and what things are happening. I can get through a whole section on something but not still not have any idea how to write the code? Am i misssing something??
Last edited on Mar 17, 2012 at 2:15am
Mar 17, 2012 at 2:17am
Follow along with these guys tutorials, they are easy to understand and its how i learned C++:

#1. Installing Code::Blocks (C++ Compiler)

http://www.youtube.com/watch?v=tvC1WCdV1XU&list=PLAE85DE8440AA6B83&index=1&feature=plpp_video

#2. Understanding a simple program

http://www.youtube.com/watch?v=SWZfFNyUsxc&list=PLAE85DE8440AA6B83&index=2&feature=plpp_video

#3. More on printing text

http://www.youtube.com/watch?v=sPv0HQ8xOaU&list=PLAE85DE8440AA6B83&index=3&feature=plpp_video

He has 73 c++ videos so be sure to check them out.
Last edited on Mar 17, 2012 at 2:19am
Mar 17, 2012 at 5:42am
you just buy the How to programm C++ Diettel&Diettel and after reading this you may take another refrence book object oriented programming By Ira pohl
Mar 17, 2012 at 7:42am
1. Read these short tutorials
http://cplusplus.com/doc/tutorial/program_structure/
http://cplusplus.com/doc/tutorial/variables/
http://cplusplus.com/doc/tutorial/constants/
http://cplusplus.com/doc/tutorial/operators/
http://cplusplus.com/doc/tutorial/basic_io/
http://cplusplus.com/doc/tutorial/control/

2. Forget what you read about goto

3. Start writing some super basic exercises:
a. Print "Hello World" in the console
b. get two numbers and output the sum of those two numbers
c. make a Celsius to Fahrenheit converter
d. list all of the prime numbers less than 100
e. list all of the prime numbers between two inputs

4. Ask for help when you need it here and look up other simple exercises.

As you get better, the exercises will get more complicated.

Mar 17, 2012 at 8:06am
Hey,
I am going through wibit.net
They are great for learning and FREE!
http://www.wibit.net/curriculum/the_c_lineage/programming_cpp
Good Luck
Sapir
Topic archived. No new replies allowed.