![]() |
c++ help using vc++
in unix i compile like 'cc a2main.c WWText.c'
how can i do that in vc++? |
im gonna keep bumping this =)
|
im not lying hehe
|
This will take care of your request
http://www-unix.mcs.anl.gov/mpi/mpic...man/node10.htm I would highly recommend getting off of vc++ and using Bloodshed's DevC++ or something similar. VC++ can be a bitch sometimes.. Hope that helps. |
thx, but isnt there a option inside vc to do this?
also i know vc can be a pain in the ass... but its something i gotta use |
1. Create a new project
File->New->Projects Choose Win32 console app if it's a DOS style app, or MFCAppWizard/Win32App if it's a proper Windows app. On the next page select empty project. Hit Finish/OK 2. On the Project menu select Project->Add to project->Files for all your source files. Press F7, or Build->Build [Project] to compile and link. Ctrl+F5 to execute when you're done. Robert |
All times are GMT -7. The time now is 10:28 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123