• 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.

Vista C++ Compiler

TheGeek

Golden Member
I am looking for a Vista-compatible C++ compiler. Does anyone know of one? I use Dev C++ in XP, but it doesnt work under vista, which sucks. Thanks
 
it doesnt run. it installs but i cant use it. and i havent tried visual c++ b/c im not a fan of it, but i guess i will
 
get familiar with the command-line and use mingw/make instead of the ide.. if your programs still fail, it's likely an issue with the c runtime lib.
 
any that works for XP should be mostly fine. There are a few little things, but just don't try to write to the registry and you'll be good.
 
Back
Top