Forum Rules/Features
Welcome to the WiBit.net forums! Check out our terms and features:
Hot Topic(s)
Annoy your friends
Is this something you think someone else would enjoy? Is it not for you, but do you know someone who is down with this type of content? Well share away:
Tweet
The Blog
Microsoft Surface Pro – Productive for Developers
This is not a comprehensive review of the Microsoft Surface Pro, but instead a little blab about one aspect of the device that makes the iPad seem more like a toy.
It is no secret… I am a professional software developer. I know, right? Shocked? I architect, engineer, test, deploy, and support complex software development projects every day of the week. Because I am a producer I need hardware that accommodates that aspect of my life.








G++ is the GNUC++ Compiler. All C code should compile using a C++ compiler. If gcc does not exist on the machine you're using, then that means you do not have it installed. Go out and install the MINGW C Compiler and add the bin folder to your System path. That should do it!
If you have any additional questions take a look at the first lab (Setup Environment) in our Programming in C course!