• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

C/C++ what are your favorite reference or tutorial sites?

Originally posted by: Jumpem
Originally posted by: dighn
i just use MSDN


Isn't that only accurate for Visual C++?

i've only mostly used it for the standard library functions, so far it seems accurate enough 🙂


i saw your question in software/apps and i think a book/tutorial is more suitable than a reference for you
 
Originally posted by: dighn
i saw your question in software/apps and i think a book/tutorial is more suitable than a reference for you

I have some textbooks around, but they aren't easy to find what you are looking for. I have been using mostly java for the past few years of courses and interning.

This quarter my Comp Arch class is all C++ though. I also am starting a job in the summer that is heavy C/C++. So I would like to find some good reference sites to help be more prepared for that.
 
ABC...A Book on C...My C reference manual
Embedded Systems Building Blocks (another C book)
Mastering MatLab(shows good MatLab C interfacing)
Mainly all I use...I don't really have any websites I use...besides MSDN for C++, but I have the library files on my computer
 
Back
Top