Olufowobi Lawal wrote:
> 
> I just installed Microsoft Visual C++ 2008 but the darn won't compile my c 
> programs.
> 
> I tried the help and did some googling, the nearest answer I got was from 
> this site http://cplus.about.com/od/learningc/qt/compilingc.htm
> I tried the instructions there, still errors.I concluded maybe the 
> instruction would work for the 2005 edition only.
> 
> So how do I get this darn thing to compile my c programs.
> Also is there any issue of platform when using this compiler, 'cos I share 
> source code with a friend that uses gcc.
> 
> 
> 
> Any suggestions? Lets C.
> Olufowobi L.O

Without more details, my only suggestion is to start small.  Don't try 
to compile some big project until you are comfortable enough with the 
environment to be able to diagnose problems.  VC++ operates on 
"Solutions" and "Projects".  Pure gcc typically relies on makefiles. 
The two approaches are wholly incompatible (although a VC++ Project can 
be configured to compile a makefile).

Tell us exactly what you have tried (preferably step-by-step) instead of 
the broad generalization of "well, I tried stuff and it didn't work." 
Being descriptive goes a long way to obtaining a solution to a problem.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to