Where in the world can I find....
I started a C++ class at the begining of this year at school. I learned quite a lot from it and the class was kinda fun. But ever since I started teaching myself Java, I have found it intolerable to write anything in C++! I really want to make friends with C++ though. Currently, I see two problems. One, the books my class at school is taught with are pathetic, lame, and generally a bad tool for teaching anything. It seems like the authors didn''t know what they were doing and they introducted a lot of concepts in an illogical and obscure way. I could have done a better job on a C++ text. Anyway, that''s not my main problem. The one thing about C++ I just can''t seem to figure out is.... where do I find nice documentation on C++ libraries and where can I get them? Java has spoiled me with its GIGANTIC(!) standard library all documented online, at the same site, and all documented in the same format (thnx to Javadoc.exe). But where can I learn about the C++ STL, IO, Graphics, Networking, Windows.... basically any of the common libraries? None of the books I''ve seen ever mention anything about libraries past "how to #include them" and "how to make your own". Where do I get documentation on these though?
Any help = thnx.
YOu could try www.cplusplus.com, for some basic STL and MSDN for windows but youll have too get yourself a few books...
[email=esheppard@gmail.com]esheppard@gmail.com[/email]
codeproject.com
-----------------------
"There are no stupid questions. Only stupid people who ask them."
"James Hetfield is out of rehab, I''ll drink to that!"
Remember kids, Satan isn''t evil... He''s just misunderstood.
"Even Satan plays speed metal!" -Cranium
"There is no forgiveness in these eyes For any of you...but one" Opeth - The Moor
"I''ve stood upon the moors, looked over many lands
That were conquered by the brave and their might
Searching for the answer, the riddle of the steel
What will win the day and take the fight" - Jag Panzer
---------------------------------
-----------------------
"There are no stupid questions. Only stupid people who ask them."
"James Hetfield is out of rehab, I''ll drink to that!"
Remember kids, Satan isn''t evil... He''s just misunderstood.
"Even Satan plays speed metal!" -Cranium
"There is no forgiveness in these eyes For any of you...but one" Opeth - The Moor
"I''ve stood upon the moors, looked over many lands
That were conquered by the brave and their might
Searching for the answer, the riddle of the steel
What will win the day and take the fight" - Jag Panzer
---------------------------------
-----------------------
"James Hetfield is out of rehab, I'll drink to that!"
"Even Satan plays speed metal!" -Cranium
"There is no forgiveness in these eyes For any of you...but one" Opeth - The Moor
"I've stood upon the moors, looked over many landsThat were conquered by the brave and their mightSearching for the answer, the riddle of the steelWhat will win the day and take the fight" - Jag Panzer
---------------------------------
"James Hetfield is out of rehab, I'll drink to that!"
"Even Satan plays speed metal!" -Cranium
"There is no forgiveness in these eyes For any of you...but one" Opeth - The Moor
"I've stood upon the moors, looked over many landsThat were conquered by the brave and their mightSearching for the answer, the riddle of the steelWhat will win the day and take the fight" - Jag Panzer
---------------------------------
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement