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
  #11 (permalink)  
Old 06-28-2008, 01:45 PM
Deathcry's Avatar   
Deathcry Deathcry is offline
Learning Programmer
 
Join Date: Feb 2007
Posts: 69
Rep Power: 6
Deathcry is on a distinguished road
Default Re: Beginning C++

Quote:
Originally Posted by Rohit View Post
Hello
I think "c++ programming for Dummies" is good book to learn c++,you can find some tutorial from this site cplusplus.com/doc/tutorial/ .
on my c++ programming for dummies book the compiler wasn't fluent with the language and i had to find another online. horrible book in general in my opinion
__________________
the code is with you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 06-28-2008, 03:13 PM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Beginning C++

The compiler wasn't fluent with the language, what the hell does that mean?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 06-28-2008, 03:17 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 4,899
Last Blog:
Web slideshow in JavaS...
Rep Power: 42
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Beginning C++

I think it didn't understand it's own language.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 06-28-2008, 04:03 PM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Beginning C++

Lol yeah, for some reason I don't think it was the compiler....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 06-29-2008, 08:21 PM
dargueta dargueta is offline
Guru
 
Join Date: Oct 2007
Age: 18
Posts: 501
Last Blog:
Programs Under the Hoo...
Rep Power: 9
dargueta is a jewel in the roughdargueta is a jewel in the roughdargueta is a jewel in the rough
Default Re: Beginning C++

It might have been. There are some extensions added by compiler writers that aren't language-standard. For example, say I created a C++ compiler and decided to add the non-standard keyword __class_singleton, which would force the specified class to become a singleton (i.e. only one instance possible). If you tried compiling the code on a Microsoft compiler, it'd gag and spit out an error message. If the book was written for Microsoft compilers, but he used a different compiler (or a different version), it wouldn't work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 06-29-2008, 08:48 PM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Beginning C++

Yeah but the guy was reading C++ for dummies. And in the beginning of that book at he would have been using was simple stuff such as cin, cout, different variable types, stuff like that. I'm pretty sure that no one is going to design a compiler that doesn't support stuff like that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 07-12-2008, 11:41 AM
PlayaSkater's Avatar   
PlayaSkater PlayaSkater is offline
Learning Programmer
 
Join Date: Aug 2007
Location: Charlotte, NC
Age: 17
Posts: 59
Rep Power: 4
PlayaSkater is on a distinguished road
Send a message via AIM to PlayaSkater
Default Re: Beginning C++

Thanks everyone for your replies. I really appreciate them, but, sadly, I've decided not to learn C++ and, instead, move onto C# which is simpler, and plus I have someone that can (physically) teach me how it functions with ASP.NET since that is what I plan on learning next.



And those of you who were discussing the types of books. I do, in fact, have a C++ book that I completely forgot about because... I never thought I'd need it. It's called How to Program C++ by Deitel Deitel.
__________________
Languages Known: XHTML, CSS, and JavaScript, PHP, and MySQL; Learning C# Data Structures and Algorithms.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-21-2008, 11:25 AM
Shadowtech's Avatar   
Shadowtech Shadowtech is offline
Newbie
 
Join Date: Jul 2008
Location: Houston, Tx
Posts: 2
Rep Power: 0
Shadowtech is on a distinguished road
Send a message via AIM to Shadowtech
Default Re: Beginning C++

get a good book... it should help you get started i'm new at it too... good luck
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning Programming darkman General Programming 2 05-17-2008 11:11 AM
Beginning Programming frank_l C and C++ 11 10-11-2007 02:23 AM
Help beginning a programming career spaivxx General Programming 3 08-20-2007 06:49 AM
The beginning! Jaan PHP Tutorials 1 02-20-2007 07:43 PM
A great find: Beginning Perl techni68 Perl 0 01-21-2007 05:39 AM


All times are GMT -5. The time now is 10:55 PM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
gaylo565 ........ 18.00000
WingedPanther ........ 15.00000
|pH| ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 65%

Ads