Lost Password?


Go Back   CodeCall Programming Forum > Software Development > C and C++

C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-25-2008, 10:51 AM
cribtolearn cribtolearn is offline
Newbie
 
Join Date: May 2008
Posts: 9
Rep Power: 0
cribtolearn is on a distinguished road
Default newbie

been learning c++ for sometime......finished with pointers in arrays,strings and stuff........what should i do next?? and how should i motivate myself to be a better programmer(ask this coz its difficult while learnin where u r going next!!) thanks a ton guys!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-25-2008, 12:49 PM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,654
Last Blog:
CherryPy(thon)
Rep Power: 29
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default Re: newbie

I think you shall find a find a tutorial or book which takes you from the start to the end of the basics of C++. It sounds like you have learned something from one place, something else from another place again, and something third from a third place. When you know most of the basics, then you can start going more into details with specific topics, and slowly learning about new stuff.

There's lots of different tutorials and books, and many of them are aimed at beginners like you, so it shouldn't be very difficult to pick one. Cplusplus.com has a tutorial, which covers many of the basics of C++. If you would rather have a book, I've heard that Accelerated C++ should be a good book to start with.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-25-2008, 03:18 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: newbie

You could try writing some example programs, of increasing complexity. When you find something you can't do, learn it. Then complete the project and move on to a new one.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-26-2008, 02:51 AM
cribtolearn cribtolearn is offline
Newbie
 
Join Date: May 2008
Posts: 9
Rep Power: 0
cribtolearn is on a distinguished road
Default Re: newbie

thanks a lot ppl......really nice to hear suggestions.....
Xav where cld i get those example programs to work on from??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-26-2008, 12:44 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: newbie

I meant create them yourself. You could post a thread in the C/C++ forum asking for ideas; I'm sure lots of people have ideas for programs, as examples to test skills out seems to be a popular topic for threads ATM.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-26-2008, 12:47 PM
LogicKills's Avatar   
LogicKills LogicKills is offline
Learning Programmer
 
Join Date: May 2008
Location: You Es Of Eh
Posts: 99
Rep Power: 4
LogicKills has a spectacular aura aboutLogicKills has a spectacular aura aboutLogicKills has a spectacular aura about
Send a message via AIM to LogicKills
Default Re: newbie

You can google simple queries such as "C++ Tutorials" and get a wealth of information. Numerous Ebooks are hosted free they usually are packaged with all the source code. If you are willing to spend some money I highly suggest you invest in "C++ Primer Plus". It is a SAMS book and I have to say it written quite well.
Amazon.com: C++ Primer Plus (5th Edition): Stephen Prata: Books
__________________
http://logickills.org
Daily Dose Of Knowledge.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-27-2008, 09:57 AM
LogicKills's Avatar   
LogicKills LogicKills is offline
Learning Programmer
 
Join Date: May 2008
Location: You Es Of Eh
Posts: 99
Rep Power: 4
LogicKills has a spectacular aura aboutLogicKills has a spectacular aura aboutLogicKills has a spectacular aura about
Send a message via AIM to LogicKills
Default Re: newbie

I found a decent list of books, Frequently Recommended C and C++ Books / Good C++ Books, Tutorials and References (thefreecountry.com)
Hope that reduces the time for the perfect book.
I am so picky, it takes a long time for me to fine one :[
__________________
http://logickills.org
Daily Dose Of Knowledge.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-27-2008, 09:59 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: newbie

I would just look online - some of the best things are free, and you might not even need a book. I learnt PHP and HTML without one.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-27-2008, 10:03 AM
LogicKills's Avatar   
LogicKills LogicKills is offline
Learning Programmer
 
Join Date: May 2008
Location: You Es Of Eh
Posts: 99
Rep Power: 4
LogicKills has a spectacular aura aboutLogicKills has a spectacular aura aboutLogicKills has a spectacular aura about
Send a message via AIM to LogicKills
Default Re: newbie

Yes you could, however my post was about good books not online tutorials.
__________________
http://logickills.org
Daily Dose Of Knowledge.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-27-2008, 10:08 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: newbie

I know, but I was just trying to save cribolearn some money.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Problems madbunny C and C++ 5 06-02-2008 11:59 AM
Newbie Needs HTML HELP HELP HELP! Callme HTML Programming 1 03-12-2008 10:27 AM
Newbie questions regarding inputing a sentence Emir C and C++ 3 12-29-2007 07:21 PM
Newbie asking for help ... CarloGonella Visual Basic Programming 1 07-19-2007 12:57 PM
File I/O (newbie question) ntmurphy C and C++ 4 04-04-2007 03:30 AM


All times are GMT -5. The time now is 11:46 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 101%


Complete - Celebrate!

Ads