Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: jdjtcagle on March 18, 2004, 08:22:27 pm
-
I'm confused to where to find it???:confused:
-
find what? the code? You need CVS.
-
well he sais he downloaded the code, so I'm guessing he's looking for somehting inside the code
-
or he is looking for the code.
-
Originally posted by redmenace
find what? the code? You need CVS.
CVS pharmacy? you bet you will. that thing's a pain.
-
Or maybe he downloaded it and can't find it? O_o
-
I followed the instructions for the CVS to download the code it says I've download now what do I do?? How do I use or access it?
Pretty much what ChronoReverse said
-
you have MSVC corect?
-
found the problem I put in something wasn't suppose to.
tell me so I edit this with notepad and when I get done I can make a build with this program and test it??
and does the information I got the original build or updated to the latest release??
Also WHERE DID you guys learn to read this? Next time you ask for a feature try looking at the code and ask yourself if you really want to put a person through this:eek: :eek:
-
tell me so I edit this with notepad and when I get done I can make a build with this program and test it??
and does the information I got the original build or updated to the latest release??
.sentences This structure lack and grammars
If you plan to build an exe, you need a compiler. Microsoft Visual C++ is one such tool. gcc is another such tool.
-
it's currently designed to compile under MSVC, though we (tylor) are getting gcc working as well. MSVC is not cheap, unless you 'find' it
-
I found a copy laying in the street.
-
I got a copy for free. :D
Now if only I could find an academic version of Intel Optimized Compiler for free too.
-
Originally posted by ChronoReverse
.sentences This structure lack and grammars
If you plan to build an exe, you need a compiler. Microsoft Visual C++ is one such tool. gcc is another such tool.
sorry, I really don't care:o
as long as somebody can read it.
I mean... so I didnt put a few commas or periods.
but I'm not starting a flamewar so, I'll put more effort into it next time
and seriously HOW THE HELL do you understand this!!
did you go to school for this, hours of starring at it, or is there some universal way to do it, because it looks made up really
Your a bunch of Einstiens.:eek:
-
It was supposed to be just a light jab. ;)
The point was that I had trouble figuring out what you were asking and had to guess a bit. In any case, was your question answered?
-
ya:)
-
and seriously HOW THE HELL do you understand this!!
It will come in time, young Padawan. :cool:
Seriously though, I would recommend reading a few books about C and C++.
-
awww...my weakness!!
*learning* but hey I'm willing to learn for this
-
Originally posted by jdjtcagle
Also WHERE DID you guys learn to read this? Next time you ask for a feature try looking at the code and ask yourself if you really want to put a person through this:eek: :eek:
I think thats going in my sig.
-
www.gametutorials.com
more specifically:
http://www.gametutorials.com/Tutorials/C++/Cpp_Pg1.htm
-
Thanks for that:yes: :yes: