List,
Since, Yahoo! was constantly bouncing my emails to the list, I have subscribed temporarily on a different email id. So, to begin posting, I have included a URL below that points to a How-To for beginners to using GCC.
http://db.glug-bom.org/wiki/index.php/Beginners_guide_to_GCC
Please feel free to make any changes to the document. Suggestions / Comments / Criticism ?
Hi,
On 29 Sep 2007 13:54:02 -0000, Roshan N Baladhanvi dhanvirosh@rediffmail.com wrote:
http://db.glug-bom.org/wiki/index.php/Beginners_guide_to_GCC
Please feel free to make any changes to the document. Suggestions / Comments / Criticism ?
You are the r0ck dude!!!111 . You need to print this and give this to you college dudes and dudettes :)
Cheers!
Pradeepto
Roshan N Baladhanvi wrote:
Since, Yahoo! was constantly bouncing my emails to the list, I have subscribed temporarily on a different email id. So, to begin posting, I have included a URL below that points to a How-To for beginners to using GCC.
http://db.glug-bom.org/wiki/index.php/Beginners_guide_to_GCC
Please feel free to make any changes to the document. Suggestions / Comments / Criticism ?
Thanks to your write up, I compiled my first C and C++ programs.
Those doing it for the first time, please note that if you copy/paste the program code from the wiki page directly into the vi editor, it adds extra comment characters '//' on different lines and that gives compiling errors. So simply remove the '//' characters manually. GCC may be already loaded in your system but G++ may be missing, So install the build-essential package as mentioned in the wiki.
That was fun. :)
--- Rony wrote:
Thanks to your write up, I compiled my first C and C++ programs. That was fun. :)
Coo!
-- http://www.gnu.org.in http://www.somaiya.edu/sksasc ubunturos @ freenode
Meet people who discuss and share your passions. Go to http://in.promos.yahoo.com/groups
Hi,
On 10/1/07, Rony gnulinuxist@gmail.com wrote:
Thanks to your write up, I compiled my first C and C++ programs.
:)
Those doing it for the first time, please note that if you copy/paste the program code from the wiki page directly into the vi editor, it adds extra comment characters '//' on different lines and that gives compiling errors. So simply remove the '//' characters manually. GCC may
That happens because there is a line with comments // in the code, so when you paste it all the following lines are commented. If you type // in vi and press <enter> key, you will note that the next line has // as well.
Cheers!
Pradeepto
Pradeepto Bhattacharya wrote:
Those doing it for the first time, please note that if you copy/paste the program code from the wiki page directly into the vi editor, it adds extra comment characters '//' on different lines and that gives compiling errors. So simply remove the '//' characters manually. GCC may
That happens because there is a line with comments // in
the code, so when you paste it all the following lines are commented. If you type // in vi and press <enter> key, you will note that the next line has // as well.
Hmm. So it looks at it like a single line wrapped up?
On 29 Sep 2007 13:54:02 -0000, Roshan N Baladhanvi < dhanvirosh@rediffmail.com> wrote:
http://db.glug-bom.org/wiki/index.php/Beginners_guide_to_GCC
Please feel free to make any changes to the document. Suggestions / Comments / Criticism ?
this is really help full, now i can do C/C++ in ubuntu hope some one will post a help for java to specially for servlets.