Visual Studio 2004 Enterprise

J

John

i got a copy of visual studio 2004 and its wrecking my head. it keeps trying
to force me to use wizards to do stuff. all i want is to be able to compile
ansi standard c on windows, and then port it to linux to run on a web
server.

so my question is, does visual studio support ansi c, or just c++ and c#?
coz it doesnt seem to be compiling my great 'hello world' program that im
doing in my 'standard c for dummies in 24 hours in a nutshell' book
 
J

Jonas

John said:
i got a copy of visual studio 2004 and its wrecking my head. it keeps trying
to force me to use wizards to do stuff. all i want is to be able to compile
ansi standard c on windows, and then port it to linux to run on a web
server.

so my question is, does visual studio support ansi c, or just c++ and c#?
coz it doesnt seem to be compiling my great 'hello world' program that im
doing in my 'standard c for dummies in 24 hours in a nutshell' book

This newgroup is not about specific compilers... Having said that, try "cl
foo.c" from the command prompt.
 
R

Randy Howard

This newgroup is not about specific compilers... Having said that, try "cl
foo.c" from the command prompt.

Better yet, get djgpp or Dev-C++ for Windows instead. It'll be very
similar to gcc when it comes time to port to Linux.
 
T

Tom St Denis

Randy Howard said:
Better yet, get djgpp or Dev-C++ for Windows instead. It'll be very
similar to gcc when it comes time to port to Linux.

Or you could just get Cygwin which is a suite of development tools including
a UNIX emulation layer. Gives you gcc [et al.] as well as userland tools
such as tar, bash, sed, nano, etc...

Tom
 
R

Richard Heathfield

Tom said:
Randy Howard said:
Better yet, get djgpp or Dev-C++ for Windows instead. It'll be very
similar to gcc when it comes time to port to Linux.

Or you could just get Cygwin which is a suite of development tools
including
a UNIX emulation layer. Gives you gcc [et al.] as well as userland tools
such as tar, bash, sed, nano, etc...

....or he could just save himself a lot of heartache by installing Linux now
rather than later. :)
 
G

gswork

John said:
i got a copy of visual studio 2004 and its wrecking my head. it keeps trying
to force me to use wizards to do stuff.

you've been reading that Harry Potter book again haven't you? ;)
 
J

Joona I Palaste

you've been reading that Harry Potter book again haven't you? ;)

Wasn't there some sort of boy whose favourite catchphrase was "wizard!"?
Used as an adjective. In a non-Harry-Potter book.
Bonus points to anyone who can identify where this quote comes from:
"Right! Orf we go! Contact! Jolly good show. Wizard, what?"
 
R

Richard Harnden

Joona I Palaste said:
Wasn't there some sort of boy whose favourite catchphrase was "wizard!"?
Used as an adjective. In a non-Harry-Potter book.
Bonus points to anyone who can identify where this quote comes from:
"Right! Orf we go! Contact! Jolly good show. Wizard, what?"

Er ... "Biggles invokes Undefined Behaviour" ?
 
J

Joona I Palaste

Wasn't there some sort of boy whose favourite catchphrase was "wizard!"?
Used as an adjective. In a non-Harry-Potter book.

Now I remember, that was supposed to be Anakin Skywalker in "The Phantom
Menace".
 
T

Tom St Denis

Richard Heathfield said:
Tom said:
Randy Howard said:
Better yet, get djgpp or Dev-C++ for Windows instead. It'll be very
similar to gcc when it comes time to port to Linux.

Or you could just get Cygwin which is a suite of development tools
including
a UNIX emulation layer. Gives you gcc [et al.] as well as userland tools
such as tar, bash, sed, nano, etc...

...or he could just save himself a lot of heartache by installing Linux now
rather than later. :)

Yeah cuz, hehe, snort, Linux is like the shiznitz.

I like linux just as much as the next guy but there are certain cases where
windows still wins [e.g. Laptops].

Tom
 
R

Randy Howard

Yeah cuz, hehe, snort, Linux is like the shiznitz.

I like linux just as much as the next guy but there are certain cases where
windows still wins [e.g. Laptops].

Strange, runs fine on my laptop.
 
K

Keith Thompson

Randy Howard said:
Yeah cuz, hehe, snort, Linux is like the shiznitz.

I like linux just as much as the next guy but there are certain
cases where windows still wins [e.g. Laptops].

Strange, runs fine on my laptop.

I have an idea, let's have a Windows vs. Linux flameware.

Somewhere else.

(Followups redirected appropriately.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,129
Messages
2,570,770
Members
47,329
Latest member
FidelRauch

Latest Threads

Top