Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > gnu souce code

Reply
Thread Tools

gnu souce code

 
 
Arquebus257WeaMag
Guest
Posts: n/a
 
      07-28-2003
Im learning C++ and Id like to find GNU C++ source code for programs
that run on windows to study and play with. Can anyone tell me where I
can find this?
 
Reply With Quote
 
 
 
 
Ahn Ki-yung
Guest
Posts: n/a
 
      07-28-2003
Arquebus257WeaMag wrote:
> Im learning C++ and Id like to find GNU C++ source code for programs
> that run on windows to study and play with. Can anyone tell me where I
> can find this?


Visit there and install cygwin packages with the source.

 
Reply With Quote
 
 
 
 
Marijn
Guest
Posts: n/a
 
      07-28-2003
(Arquebus257WeaMag) wrote in message news:< om>...
> Im learning C++ and Id like to find GNU C++ source code for programs
> that run on windows to study and play with. Can anyone tell me where I
> can find this?


If by GNO C++ you mean C++ code that is compatible with the g++
compiler, this should not be a problem. Pretty much any decent,
standard-adhering C++ code can be compiled with g++. For this kind of
stuff use Google.com, just a search on '"c++" windows programming'
came up with tons of results. Here's a good one:

http://www.relisoft.com/Win32/index.htm

Good luck with learning this stuff. The windows API will probably look
like a jungle af the beginning, and it is, but you'll get used to it
pretty fast.

Marijn Haverbeke
 
Reply With Quote
 
Marijn
Guest
Posts: n/a
 
      07-29-2003
(Arquebus257WeaMag) wrote in message news:< om>...
> Thanks Marijin. Im not concerned about code being specifac to a
> certain compilor, just code that will run on windows.


At http://sourceforge.net/softwaremap/t...p?form_cat=214 you
will find a list of over 700 open source projects running under
windows, may of them done in C++. There's quite some rubble in that
list, but also quite good software. If such programs are still over
your head start going through tutorials on the subjects you do not
understand. I do not know how new you are to C++ but multiple-file
sources and the use of various libraries, or even the syntax of C++
itself, might cause confusion.

> To be honest, I
> cant even figure out how to install the g++ compiler. Ive installed
> the Dev C++ 4 IDE which I believe use the g++ compilor.


I can't help you with that, i've never installed Dev-C++. Can't be too
hard though, i guess it comes with some kind of readme file.

Marijn
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Any non-GNU compilers? sick of GNU copylefts Markus Elfring C++ 2 02-23-2005 10:24 PM
R e: 1 day gnu, whole life gnu? Peter Java 17 01-13-2005 03:32 PM
1 day gnu, whole life gnu? Peter Java 3 01-10-2005 02:26 PM
souce code Rogerio Leite via .NET 247 ASP .Net 1 04-15-2004 05:50 PM
Where can download the souce code of Bootstrapper Sample top teach ASP .Net 0 01-30-2004 07:48 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57