 |
Fozzy
Murdock
Registered: Nov 2000
Location: ¶¿åññÆt Z§g (UK)
Posts: 384 |
I want to learn C
I want to learn C so i can "mod" FS2 source code. Do any of you know of any good online resources, or books (writen in english)
I already have "Microsoft Visual Studio 6" so I can compile C (and C++)
If you have an idea for a book please post the universal ISBN number located on the back. 
__________________
VBB posts = about 50 :D
[URL=http://www26.brinkster.com/fargate/malm.html]MALM[/URL] is all you ever need (RF mission and mod launcher)
Click here to e-mail me.
[/color]
Report this post to a moderator | IP: Logged
|
04-26-2002 10:03 AM |
|
|
|  |
 |
Fozzy
Murdock
Registered: Nov 2000
Location: ¶¿åññÆt Z§g (UK)
Posts: 384 |
I want to learn C
I want to learn C so i can "mod" FS2 source code. Do any of you know of any good online resources, or books (writen in english)
I already have "Microsoft Visual Studio 6" so I can compile C (and C++)
If you have an idea for a book please post the universal ISBN number located on the back. 
__________________
VBB posts = about 50 :D
[URL=http://www26.brinkster.com/fargate/malm.html]MALM[/URL] is all you ever need (RF mission and mod launcher)
Click here to e-mail me.
[/color]
Report this post to a moderator | IP: Logged
|
04-26-2002 10:03 AM |
|
|
|  |
 |
Dynamo
VWBB Admin

Registered: Jul 2000
Location: Dayton
Posts: 1430 |
My old C++ text book is pretty good, but I don't know if you'll learn enough C from it to do anything with the source code.
Problem Solving with C++. Savitch, ISBN 0-201-35749-6
Report this post to a moderator | IP: Logged
|
04-26-2002 03:33 PM |
|
|
|  |
 |
Dynamo
VWBB Admin

Registered: Jul 2000
Location: Dayton
Posts: 1430 |
My old C++ text book is pretty good, but I don't know if you'll learn enough C from it to do anything with the source code.
Problem Solving with C++. Savitch, ISBN 0-201-35749-6
Report this post to a moderator | IP: Logged
|
04-26-2002 03:33 PM |
|
|
|  |
 |
neimad
Face
Registered: Dec 2001
Location: Stafford, England
Posts: 93 |
Try searching on Google for "Teach yourself C++"...
Neimad
Report this post to a moderator | IP: Logged
|
04-26-2002 04:39 PM |
|
|
|  |
 |
neimad
Face
Registered: Dec 2001
Location: Stafford, England
Posts: 93 |
Try searching on Google for "Teach yourself C++"...
Neimad
Report this post to a moderator | IP: Logged
|
04-26-2002 04:39 PM |
|
|
|  |
 |
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428 |
I know enough about C to sort of understand most of it
I may be able to make some new simple effects
__________________
Bobboau, bringing you products that work ......... In theory
Report this post to a moderator | IP: Logged
|
04-26-2002 05:13 PM |
|
|
|  |
 |
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428 |
I know enough about C to sort of understand most of it
I may be able to make some new simple effects
__________________
Bobboau, bringing you products that work ......... In theory
Report this post to a moderator | IP: Logged
|
04-26-2002 05:13 PM |
|
|
|  |
 |
Fozzy
Murdock
Registered: Nov 2000
Location: ¶¿åññÆt Z§g (UK)
Posts: 384 |
Thanks guys, I found [url=http://server11.hypermart.net/davidbook901/data/c/f8564334.htm]this[/url] what do you programmers think of this reasurce.
Bobboau I would like to see in the next edition of FS a Lightening cannon, (an arc of electricity, like on the damaged ships but much bigger) (are you ever on ICQ)
__________________
VBB posts = about 50 :D
[URL=http://www26.brinkster.com/fargate/malm.html]MALM[/URL] is all you ever need (RF mission and mod launcher)
Click here to e-mail me.
[/color]
Last edited by Fozzy on 04-26-2002 at 06:19 PM
Report this post to a moderator | IP: Logged
|
04-26-2002 06:14 PM |
|
|
|  |
 |
Fozzy
Murdock
Registered: Nov 2000
Location: ¶¿åññÆt Z§g (UK)
Posts: 384 |
Thanks guys, I found [url=http://server11.hypermart.net/davidbook901/data/c/f8564334.htm]this[/url] what do you programmers think of this reasurce.
Bobboau I would like to see in the next edition of FS a Lightening cannon, (an arc of electricity, like on the damaged ships but much bigger) (are you ever on ICQ)
__________________
VBB posts = about 50 :D
[URL=http://www26.brinkster.com/fargate/malm.html]MALM[/URL] is all you ever need (RF mission and mod launcher)
Click here to e-mail me.
[/color]
Last edited by Fozzy on 04-26-2002 at 06:19 PM
Report this post to a moderator | IP: Logged
|
04-26-2002 06:14 PM |
|
|
|  |
 |
neimad
Face
Registered: Dec 2001
Location: Stafford, England
Posts: 93 |
quote: Originally posted by Fozzy
Thanks guys, I found [url=http://server11.hypermart.net/davidbook901/data/c/f8564334.htm]this[/url] what do you programmers think of this reasurce.
Bearing in mind that the FS2 source is C++, then a guide to C isn't going to be the _best_ solution, but will be a good starting point. C++ has a number of differences to C and many say that it's sometimes better to *not* know C before you learn C++.
Neimad
Report this post to a moderator | IP: Logged
|
04-26-2002 06:51 PM |
|
|
|  |
 |
neimad
Face
Registered: Dec 2001
Location: Stafford, England
Posts: 93 |
quote: Originally posted by Fozzy
Thanks guys, I found [url=http://server11.hypermart.net/davidbook901/data/c/f8564334.htm]this[/url] what do you programmers think of this reasurce.
Bearing in mind that the FS2 source is C++, then a guide to C isn't going to be the _best_ solution, but will be a good starting point. C++ has a number of differences to C and many say that it's sometimes better to *not* know C before you learn C++.
Neimad
Report this post to a moderator | IP: Logged
|
04-26-2002 06:51 PM |
|
|
|  |
 |
| All times are EST. The time now is 11:26 PM. |
 |
|
 |
|
|
|  |
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|