943,791 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 394
  • C++ RSS
May 25th, 2009
0

Sorry but im new at this but i have some questions

Expand Post »
well i´m taking some classes on C++, but i have no idea what namespacing std means or why i use getch(); an to return 0 how do i know which libary is which like the iostream or conio and how do you make your program finish and restart agian i know so basic stuff like getting sums dividing etc but no cool stuff like loops and other things
Similar Threads
Reputation Points: 10
Solved Threads: 1
Newbie Poster
pxndx is offline Offline
20 posts
since May 2009
May 26th, 2009
0

Re: Sorry but im new at this but i have some questions

www.cprogramming.com

go there and theres a tutorial section on c++ that will get you started.
Reputation Points: 23
Solved Threads: 3
Junior Poster
clutchkiller is offline Offline
181 posts
since Jul 2008
May 27th, 2009
0

Re: Sorry but im new at this but i have some questions

Quote ...
but i have no idea what namespacing std
when the projects grows bigger and bigger , you will face the difficulty of finding
a new name for new identifiers without altering their meaning or you will
end up with long names like 'paser_sub_componment_xml_get_input'.

so that's where you can use namespaces. For a example namespace std refers to the standard library.
I think you should read the a C++ book and do examples. I suggest you to download knoppix like linux distribution and do the particles of that book.
Here is the best book for a beginner that I found, and the good news is it's free.
http://www.mindview.net/Books/TICPP/...tml#HTMLFormat

or read it online here ,
http://www.codeguru.com/cpp/tic/tic_c.shtml

you can do a lot if you can download and burn a knoppix CD , it contains the everything that you need. the compilers assemblers IDE's and editors.

and for you're question on namespaces you can read http://www.codeguru.com/cpp/tic/tic0110.shtml directly , but recommand thing is start from the chapter 1.
Last edited by NicAx64; May 27th, 2009 at 12:46 am.
Reputation Points: 86
Solved Threads: 43
Posting Pro
NicAx64 is offline Offline
532 posts
since Mar 2009
May 27th, 2009
0

Re: Sorry but im new at this but i have some questions

Or read the following (IMO the best) free e-book about C++ programming: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
Reputation Points: 2125
Solved Threads: 243
Postaholic
tux4life is offline Offline
2,105 posts
since Feb 2009
May 27th, 2009
0

Re: Sorry but im new at this but i have some questions

Quote ...
Or read the following (IMO the best) free e-book about C++ programming: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
How unfair! I bought that book once, I never knew it was on msdn.
Last edited by William Hemsworth; May 27th, 2009 at 5:49 am.
Reputation Points: 1429
Solved Threads: 129
Posting Virtuoso
William Hemsworth is offline Offline
1,542 posts
since Mar 2008
May 27th, 2009
0

Re: Sorry but im new at this but i have some questions

How unfair! I bought that book once, I never knew it was on msdn.
Don't worry, buy yet another book!
Reputation Points: 1234
Solved Threads: 347
Postaholic
ArkM is offline Offline
2,001 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: C++ interaction with a web browser?
Next Thread in C++ Forum Timeline: Output in alphabetical order





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC