Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
using namespace System; codeblocks and gcc
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: using namespace System; codeblocks and gcc (Read 4026 times)
keithshemeley
Guest
using namespace System; codeblocks and gcc
«
on:
January 02, 2015, 07:23:29 pm »
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
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: using namespace System; codeblocks and gcc
«
Reply #1 on:
January 02, 2015, 08:30:06 pm »
Is this something from the .net stuff? If yes, then you need microsoft's compilers, GCC doesn't support it.
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
using namespace System; codeblocks and gcc