473,405 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Visual Studio 2004 Enterprise

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


Nov 14 '05 #1
13 2127

"John" <ce***********@iol.ie> wrote in message
news:ec*********************@news.easynews.com...
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.
Nov 14 '05 #2
thanks
"Jonas" <jo***@ijpsdfnlksdfhjsdf.se> wrote in message
news:zt********************@newsb.telia.net...

"John" <ce***********@iol.ie> wrote in message
news:ec*********************@news.easynews.com...
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.

Nov 14 '05 #3
In article <zt********************@newsb.telia.net>,
jo***@ijpsdfnlksdfhjsdf.se says...
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.

--
Randy Howard
2reply remove FOOBAR

Nov 14 '05 #4

"Randy Howard" <ra**********@FOOmegapathdslBAR.net> wrote in message
news:MP************************@news.megapathdsl.n et...
In article <zt********************@newsb.telia.net>,
jo***@ijpsdfnlksdfhjsdf.se says...
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.


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
Nov 14 '05 #5
Tom St Denis wrote:
"Randy Howard" <ra**********@FOOmegapathdslBAR.net> wrote in message
news:MP************************@news.megapathdsl.n et...

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. :-)

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Nov 14 '05 #6
"John" <ce***********@iol.ie> wrote in message news:<ec*********************@news.easynews.com>.. .
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? ;)
Nov 14 '05 #7
gswork <gs****@mailcity.com> scribbled the following:
"John" <ce***********@iol.ie> wrote in message news:<ec*********************@news.easynews.com>.. .
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? ;)


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?"

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"It's time, it's time, it's time to dump the slime!"
- Dr. Dante
Nov 14 '05 #8

"Joona I Palaste" <pa*****@cc.helsinki.fi> wrote in message
news:bt**********@oravannahka.helsinki.fi...
gswork <gs****@mailcity.com> scribbled the following:
"John" <ce***********@iol.ie> wrote in message news:<ec*********************@news.easynews.com>.. .
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? ;)


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" ?

Nov 14 '05 #9
In article <bt**********@titan.btinternet.com>,
do******@address.co.uk.invalid says...
...or he could just save himself a lot of heartache by installing Linux now
rather than later. :-)


By far the best suggestion... :-)
--
Randy Howard
2reply remove FOOBAR

Nov 14 '05 #10
Joona I Palaste <pa*****@cc.helsinki.fi> scribbled the following:
gswork <gs****@mailcity.com> scribbled the following:
"John" <ce***********@iol.ie> wrote in message news:<ec*********************@news.easynews.com>.. .
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? ;)
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".

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"Shh! The maestro is decomposing!"
- Gary Larson
Nov 14 '05 #11

"Richard Heathfield" <do******@address.co.uk.invalid> wrote in message
news:bt**********@titan.btinternet.com...
Tom St Denis wrote:
"Randy Howard" <ra**********@FOOmegapathdslBAR.net> wrote in message
news:MP************************@news.megapathdsl.n et...

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
Nov 14 '05 #12
In article <S%*******************@news04.bloor.is.net.cable.r ogers.com>,
to********@iahu.ca says...
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.

--
Randy Howard
2reply remove FOOBAR

Nov 14 '05 #13
Randy Howard <ra**********@FOOmegapathdslBAR.net> writes:
In article <S%*******************@news04.bloor.is.net.cable.r ogers.com>,
to********@iahu.ca says...
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.)

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://www.sdsc.edu/~kst>
Schroedinger does Shakespeare: "To be *and* not to be"
Nov 14 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jack Fu | last post by:
I am trying to install Visual Studio .net Enterprise Architect 2003. This is the full version, not academic. At an early point in the installation it asks me for the product ID. However, there is not...
3
by: Greg B | last post by:
Created a simple Win32 application (using Visual Studio wizard)... Am using Visual Studio (Enterprise Edition) 6.0, as well as Service Pack 5. At the start of 'WinMain' function, added the...
1
by: xman | last post by:
very hard is fix exactly group for this question.. but I am sure that some of people here have some experience with these compilers: Visual Studio NET Enterprise Architect 2002 and Visual Studio...
1
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional...
4
by: wASP | last post by:
Hi, I am contemplating the purchase of Microsoft Visual Studio .NET, and I've noticed that the prices range anywhere from $200 to $600 USD:...
3
by: Steve Richter | last post by:
I have discovered that my web appl developed using the visual web developer 2005 freebie will not work on my godaddy.com web hoster. So I am using Visual Studio .Net 2003 Enterprise Architect...
4
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
We have to upgrade our Visual Studio .NET 2003 enterprise edition to .NET 2005. However, there is no enterprise edition for Visual Studio .NET 2005. There are 4 versions available for visual...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.