LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 06-29-2004, 12:58 PM   #1
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
C++


I'm a sophmore in High school, this is my firstprogramming experiance. I'm using the c++ compiler from bloodshed.net. I was wondering if anybody knows of any good up to date tutorials. Most Of the ones I've ggogled for are out of date.
 
Old 06-29-2004, 01:10 PM   #2
QtCoder
Member
 
Registered: Aug 2003
Location: USA
Distribution: Slackware 12.0 RC1
Posts: 129

Rep: Reputation: 15
Hi.

Here are a couple good sites you might like to look at:

http://www.cplusplus.com/
http://www.programmingtutorials.com/
http://www.cprogramming.com

Good luck and have fun programming!
 
Old 06-29-2004, 02:18 PM   #3
LuderForChrist
Member
 
Registered: Jun 2004
Posts: 37

Rep: Reputation: 15
Welcome!

If you become real serious in programming and use windows you might want to invest in a good IDE

I would recommend CodeWarrior or Visual!

If your running Linux: Eclipse Platform

Last edited by LuderForChrist; 06-29-2004 at 02:19 PM.
 
Old 06-29-2004, 03:20 PM   #4
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Rep: Reputation: 32
Quote:
Originally posted by LuderForChrist
Welcome!

If you become real serious in programming and use windows you might want to invest in a good IDE

I would recommend CodeWarrior or Visual!

If your running Linux: Eclipse Platform
NO WAY!!! Don't listen to him.

Borland C++ Builder is the ABSOLUTE BEST IDE EVER!

www.borland.com
 
Old 06-29-2004, 03:27 PM   #5
AquamaN
Member
 
Registered: Oct 2002
Location: Ohio, USA
Distribution: OS X 10.4.8, Ubuntu 6.10
Posts: 146

Rep: Reputation: 15
Hmm... I'm going to have to say Xcode for OS X is the best IDE ever... by far. Other than that, Kdevelope is nice, so is Eclipse.
 
Old 06-29-2004, 08:33 PM   #6
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
Ok, that's all good. But I have a compiler already and with a dial-up modem, it's ot really plausible to download another. Thanks for the sites Qt, I'll look into them. ANy other suggestions on tutorials?
 
Old 06-29-2004, 10:42 PM   #7
QtCoder
Member
 
Registered: Aug 2003
Location: USA
Distribution: Slackware 12.0 RC1
Posts: 129

Rep: Reputation: 15
After you've learned the basics of the C++ language, and if you want to do Windows GUI programming, try this site:

http://www.winprog.org/tutorial/

Also, if you find that online tutorials are insufficient, it would be good to buy a C++ programming book. I'd recommend "Ivor Horton's Beginning C++" by Wrox or "Teach Yourself C++ in 21 Days." Both are pretty good.

Have fun!!
 
Old 06-30-2004, 01:30 AM   #8
melinda_sayang
Member
 
Registered: Dec 2003
Location: Petaling Jaya
Distribution: Ubuntu
Posts: 475

Rep: Reputation: 31
www.mindview.net
You don't need another tutorial. It is all there. The best tutorial ever....... It's free.

Try this IDE
C++BuilderX.......
 
Old 07-01-2004, 07:41 PM   #9
8route
LQ Newbie
 
Registered: May 2004
Posts: 18

Rep: Reputation: 0
You can also try Magic C++.

Quote:
Originally posted by LuderForChrist

If you become real serious in programming and use windows you might want to invest in a good IDE

I would recommend CodeWarrior or Visual!

If your running Linux: Eclipse Platform
You can also try Magic C++. A handy visual remote Unix and Linux C/C++ IDE under windows just like VC++. It provides a "hello world" template, you can generate a "hello world" project by project wizard, you'll get something fairly easy to use. You can edit the source codes and debug it handily with this VC++ like IDE :-)

Magic C++ download site:
http://www.magicunix.com

A "hello world" step by step tutorial( html format with illustrates )
http://www.magicunix.com/download/step_by_step.zip

Have fun!
 
Old 07-03-2004, 12:23 PM   #10
qcoder
Member
 
Registered: Oct 2003
Location: United States
Distribution: Debian
Posts: 65

Rep: Reputation: 15
You should check out these two books:

Thinking in C++ Volume 1
Thinking in C++ Volume 2

both are available for free . http://www.mindview.net/Books/TICPP/...ngInCPP2e.html
 
Old 07-03-2004, 12:32 PM   #11
QtCoder
Member
 
Registered: Aug 2003
Location: USA
Distribution: Slackware 12.0 RC1
Posts: 129

Rep: Reputation: 15
Even though I didn't begin this thread, I'm really glad I became a part of it because those free online books (Thinking in C++) are EXCELLENT! They're much much better than any other little tutorial I've ever found. Ahh, I just love a good tech forum.
 
Old 07-03-2004, 01:14 PM   #12
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
The thinking in C++ books, do they have examples of code? Or are they a stright book that require you to think up uses of the ideas given? I'm a beginner so I don't have the prgramming mindset yet.
 
Old 07-03-2004, 01:26 PM   #13
QtCoder
Member
 
Registered: Aug 2003
Location: USA
Distribution: Slackware 12.0 RC1
Posts: 129

Rep: Reputation: 15
Yes, they have code examples. I'm perusing the books right now, so I haven't had time to get all the way through them, but I've already run across several working examples that show how things work. So far, the examples aren't really useful for real-world projects, but they do a good job of teaching the language.
 
Old 12-02-2004, 05:20 PM   #14
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Rep: Reputation: 32
Nice tutorials... thanks!

C++BuilderX my choice... it looks promising!
 
  


Reply



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 Off
HTML code is Off



LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 09:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration