Click to See Complete Forum and Search --> : C++ Method Help


BarneyInTechno
09-10-2001, 05:26 AM
in visual cafe for java, there is this extremely helpful api reference that gives you all the methods of java and wat they do. Is there somehting like that for c++? Where would one go for that information? i dont really wana buy a book, but is there any good website where i can search this stuff up? Thanks =)

------------------
"There's nothing more dangerous than a resourceful idiot."
-Scott Adams

"No question is so difficult to answer as that to which the answer is obvious."
-George Bernard Shaw

Begby
09-10-2001, 04:45 PM
msdn.microsoft.com has some good references, but you have to wade through a lot to get to it. Their references only cover the windows API and I think some general stuff.

bryce777
09-10-2001, 10:13 PM
They have the same autoocomplete help in VC++ as in Visual Cafe (Visual Cafe is a ripoff of visual studio after all).

THe msdn is kind of sucky, though, due to overwhelming irrelevant info; even just a straight google search is better IMO. I am not sure if there is an online ARM, but there probably is somewhere.

Originally posted by BarneyInTechno:
in visual cafe for java, there is this extremely helpful api reference that gives you all the methods of java and wat they do. Is there somehting like that for c++? Where would one go for that information? i dont really wana buy a book, but is there any good website where i can search this stuff up? Thanks =)





------------------
system specs:
Voodoo 5 5500 agp
tyan 1834d tiger 133 dual 800eb 133mhz FSB
via chipset kx133 via apollo pro (don't make this mistake)
256 MB RAM
2 maxtor 60gig ata100 drives
promise ata100 controller
liteon 52 truex cdrom
Linksys ethernet 10/100
Soundblaster Live! (what's so exciting about it??) value edition
300watt power supply (inwin)
about 7 pounds of fans (I'm not kidding)
Suse 7.1(god gnome is crappy compared to CDE)/win2000 based system

dighn
09-11-2001, 11:59 PM
be warned though that C++ doesn't have a huge centralized class library like Java. meaning it only contains relativily basic things like file io, containers etc. it doesn't have things such as net io, gui, multimedia, database, threading etc etc like java

------------------
Keep it brief

jkresh
09-17-2001, 12:31 AM
the msdn library is what you are looking for, you can get it on cd's for about 200$ a year, or you can look on the msdn site and see if you can get online access to the info, if you do a lot of work in C++ and VB you will find the library to be invaluable, if you dont think you will be using it a lot then try their webpage.