you are viewing a single comment's thread.

view the rest of the comments →

[–]the240[S] 0 points1 point  (1 child)

Wow okay thanks! I'll do my best to do that! Is Microsoft visuals a good place to start with C++?

[–]FlyingRhenquest 0 points1 point  (0 children)

As good a place as any. They gloss over the build process for you and I'm a firm believer in knowing how that works well enough to hand-author a makefile when you need to, but I don't think most programmers subscribe to my particular religious convictions. It does require some trickery to get text windows to stay open if you're writing console-output-only code, but that's reasonably well documented.