GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   c++ help using vc++ (https://gfy.com/showthread.php?t=138745)

Betray 05-31-2003 01:46 PM

c++ help using vc++
 
in unix i compile like 'cc a2main.c WWText.c'

how can i do that in vc++?

Betray 05-31-2003 01:51 PM

im gonna keep bumping this =)

Betray 05-31-2003 02:25 PM

im not lying hehe

Eve 05-31-2003 02:37 PM

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.

Betray 05-31-2003 02:47 PM

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

rnicey 05-31-2003 03:49 PM

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