|
BTForum
» Other Stuff
» BlameTheHelp
» C++ Page: [1] [2] |
Bloopy
Lazy, Busy, Fizzy, Crazy Send PM
Posts: 2996
Threads: 145 WA Clan: WwA Money: £764.65 (D) (+ Friend)
|
Just use Visual Studio...
________________
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels? |
03.10.05 05:24 Post #16 | [Planet Bloopy] [Hide Sig (7)] [Profile] [Quote] |
Zippy
Strange Send PM
Posts: 2033
Threads: 147 Mood: Paranoid Money: £3733.51 (D) Inc. Tax: 10% (+ Friend)
|
Tell that to the fuckers at 3dbuzz.com that say, "no visual studio has no compiler in it."
________________
|
04.10.05 02:00 Post #17 | [Hide Sig (11)] [Profile] [Quote] |
Bloopy
Lazy, Busy, Fizzy, Crazy Send PM
Posts: 2996
Threads: 145 WA Clan: WwA Money: £764.65 (D) (+ Friend)
|
Perhaps some people are just really picky about the meaning of the word compiler. If you have Visual Studio, you don't need to download a separate compiler.
________________
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels? |
04.10.05 04:45 Post #18 | [Planet Bloopy] [Hide Sig (7)] [Profile] [Quote] |
Zippy
Strange Send PM
Posts: 2033
Threads: 147 Mood: Paranoid Money: £3733.51 (D) Inc. Tax: 10% (+ Friend)
|
Does selecting "Start with debugger" or whatever compile it for you?
________________
|
07.10.05 18:13 Post #19 | [Hide Sig (11)] [Profile] [Quote] |
Bloopy
Lazy, Busy, Fizzy, Crazy Send PM
Posts: 2996
Threads: 145 WA Clan: WwA Money: £764.65 (D) (+ Friend)
|
I dunno if your VS is exactly the same as mine, but what you do is go to the Build menu and click Build Solution. That's the equivalent of compiling.
This will create your program as either a .exe or .dll, depending on whether you are making an application or a library. The file will be found in either /bin/Debug/ or /bin/Release/ depending on whether you are in debug or release mode. A debug .exe will use more memory but help you more if run-time errors occur. I usually use release mode, unless I am having problems.
________________
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels? |
08.10.05 11:16 Post #20 | [Planet Bloopy] [Hide Sig (7)] [Profile] [Quote] | Page: [1] [2] |
Post Reply
Donate to BlameThePixel:
[22 Queries, Page Loaded in 0.442922 Seconds]
|
|
Your Comments: