News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

using namespace System; codeblocks and gcc

Started by keithshemeley, January 02, 2015, 07:23:29 PM

Previous topic - Next topic

keithshemeley

I have some code which contains the line:

using namespace System;

which I would like to compile with codeblocks and gcc. What is the minimum I need to download and include (from Microsoft?) to get this to compile with codeblocks gcc.

Thanks

oBFusCATed

Is this something from the .net stuff? If yes, then you need microsoft's compilers, GCC doesn't support it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]