Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-13-2009, 01:15 AM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2009

Posts: 6

Matthew131213 is on a distinguished road

Default C++ Beginner

I'm just starting to program in C++, and I'm finding that the more I practice the harder
it gets. (You're all saying DUH) But does anyone have any tips from when they were
starting with a language? (Preferably from the C or C++ language). Thanks.

(I also script in HTML and XHTML and I'm finding that switching back and forth is
nerve racking :freak: lol)
Matthew131213 is offline  
Old 06-13-2009, 07:09 AM   #2 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: C++ Beginner

Wow, you picked a tough one, is that your first language that you have attempted ? I doubt it, but if so you are a brave person There are some regulars who might be able to help, my experience is with other languages.

This is supposed to be a good tutorial site for C++ according to people who do use the language, if you don't already have this link :

C++ Language Tutorial
oldskool is offline  
Old 06-16-2009, 06:17 AM   #3 (permalink)
ROFL_A_PIGGY's Avatar
 
Junior Techie

Join Date: Jun 2009

Location: California, USA

Posts: 50

ROFL_A_PIGGY is on a distinguished road

Default Re: C++ Beginner

Quote:
Originally Posted by oldskool View Post
This is supposed to be a good tutorial site for C++ according to people who do use the language, if you don't already have this link :

C++ Language Tutorial
Yeah that site is great, and it also has a forum where people can post questions and get help on their code, and more advanced programmers will help them out.
ROFL_A_PIGGY is offline  
Old 06-16-2009, 05:34 PM   #4 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: C++ Beginner

Though I am sure you are right - and I assume you are as I don't have C++ experience and have not frequented that site much - I can't let this go by not adding that our own Tech Forums code gurus do a great job and are extremely helpful as well. They helped me out a bunch of times.
oldskool is offline  
Old 06-17-2009, 10:16 AM   #5 (permalink)
Baez's Avatar
 

Join Date: Sep 2005

Location: Toronto, Canada

Posts: 5,466

Baez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of light

Default Re: C++ Beginner

Just ask for clarification on anything you're having trouble with and I'll be glad to help.
__________________

Baez is offline  
Old 07-01-2009, 03:33 PM   #6 (permalink)
 
Junior Techie

Join Date: Feb 2009

Posts: 41

Wizdumb is on a distinguished road

Default Re: C++ Beginner

I'd be glad to offer any assistance as well.(Don't let my status on this site fool you)
Wizdumb is online now  
Old 08-04-2009, 02:11 AM   #7 (permalink)
 
Newb Techie

Join Date: Aug 2009

Location: Somewhere near Sonoma

Posts: 5

Rmatevish is on a distinguished road

Default Re: C++ Beginner

I'm looking to start in on C++, but I have issues with compilers being more for larger projects with multiple documents, eg. IDE's, when all I'm looking to do is print bloody "Hello World" on the screen. Anyone got some advice as to a very basic compiler or places to start.
Rmatevish is offline  
Old 08-04-2009, 04:20 AM   #8 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,159

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: C++ Beginner

Honestly the easiest way to just put hello world on the screen is off the command line (but start with C it's a much nicer language). Download mingw and use
gcc -Wall hello_world.c -o HelloWorld.exe

I forget how mingw is packaged these days so if it is a zip you will have to extract this and then modify your path environment variable. This can be done through control panel -> system -> advanced -> environment variables.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline  
 
Closed Thread

Tags
beginner, c++, tips

Thread Tools
Display Modes

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginner Javascript help JCurtnerStudent Programming Discussions 4 06-11-2009 08:20 AM
Great Beginner Build Guide Spit-wad Building, Buying, or Upgrading High Performance PC Systems 5 04-29-2009 10:17 PM
Noob at C++, just looking for some beginner help. MR2SUFI Programming Discussions 8 09-07-2008 08:55 PM
Ubuntu Beginner... help OnlyCurious Linux, BSD, other *nixes & Open Source Software 2 12-25-2007 06:55 AM
beginner language murdocsvan Programming Discussions 3 10-03-2007 08:42 AM