Jul 26, 2008

C++ - C++... a Programmers Program... Or is it?

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > C/C++ Programming
Pages: 1, 2

free web hosting

C++ - C++... a Programmers Program... Or is it?

SilverSoldierTT
Ok, I was tempted to put this into the PC Coding section, however I figured it was more of a question about the program than the coding... I am a pretty avid programmer when it comes to Visual Basic... Though now, I think its time to move into a little more advanced coding, and teach myself something new.

From what I hear around with friends and people I know, C++ is a good program for programming, and really gets you to learn the ropes... Is this what your guys' opinion of the program would roughly be? Also, does anyone here know where I can either pick up a demo of C++, or even the full version? (stores, sites, etc)... Well, anything and everything is appreciated... Thanks alot...

Reply

twentyinches631
QUOTE(SilverSoldierTT @ May 23 2005, 05:33 PM)
Ok, I was tempted to put this into the PC Coding section, however I figured it was more of a question about the program than the coding... I am a pretty avid programmer when it comes to Visual Basic... Though now, I think its time to move into a little more advanced coding, and teach myself something new.

From what I hear around with friends and people I know, C++ is a good program for programming, and really gets you to learn the ropes... Is this what your guys' opinion of the program would roughly be? Also, does anyone here know where I can either pick up a demo of C++, or even the full version? (stores, sites, etc)... Well, anything and everything is appreciated... Thanks alot...
*



C++ is not a program. C++ is a LANGUAGE. Other languages for example are Java, Perl, Fortran etc etc. You write your C++ code as text in a .cpp file, and then compile it so that it is executable. Then you can run your program. An example compiler would be Microsoft Visual Studio.

If you want to learn C++ I suggest you find a book from the library or look at some online tutorials. As for a compiler, I got Visual Studio .NET for free as a student at my college. It's pretty much the de facto standard compiler.

The visual studio site is http://msdn.microsoft.com/vstudio/ . They should have information on how to purchase the compiler.

 

 

 


Reply

nagu
You can even use free compiler from Boroloan
http://www.borland.com/products/downloads/...d_cbuilder.html

also you can find a number free C++ compilers over here
http://www.thefreecountry.com/compilers/cpp.shtml

if you are starting off i would suggest try to get the taste of C first and then come to C++ ppl say, u dont need to know C to learn C++ but i would say get the taste of C, for sure you will enjoy learning C++.

for C you can use Kernigham&Ritchie (The C programming language) book
and for C++ you can use a book of Lipman or stroustrup

the C book is very cheap, its a must book for any C programmer. in india its only 95Rs converted to 2 US dollar

You can also go for Thinking in C++. This book generally is downloadable. gud book worth reading


Reply

SilverSoldierTT
gotcha... thanks alot... that will really help... I do not have much time at the moment, however i will have to check out both the links and some books and go from there... thanks for the help...

Reply

chrisville
I have tried to learn about C++ from friend and suck but there is a great guide that i learnt most of my knoledge from on the main website.

Reply

SilverSoldierTT
ok, thanks, I appreciate that... ive got a site that has tutorials for just about everything code related, just havent had much time to put anything together as of yet...

Reply

spacemonkey
QUOTE(SilverSoldierTT @ May 23 2005, 04:33 PM)
From what I hear around with friends and people I know, C++ is a good [language] for programming, and really gets you to learn the ropes... Is this what your guys' opinion of the [language] would roughly be?
*


Depends on what you're attempting to make.

Reply

twentyinches631
QUOTE(spacemonkey @ May 26 2005, 09:26 PM)
Depends on what you're attempting to make.
*



Not when you're learning it doesn't. He wants to learn how to program. Its more important to learn good code structure and documentation, different programming conventions, object oriented programming (writing classes), different data structures like arrays, lists and trees and the algorithms that you use on them and the tradeoffs between using certain sctructures/algorithms etc etc.

Once you know how to program then you can worry about what you want to make and what language is better for the job.

Reply

mama_soap
I self-learnt C++ after doing C for a full semester. I think knowing C might help - if you're completely new to the language, then it is likely you will not be doing Object Oriented Programming for a while... and when you look at C++ minus the objects, it's very similar to C - with changes in syntax that are not difficult to get used to. Some people might find that this simply means learning the same thing over again - it's a matter of opinion, I guess.

By the way, if you're on Linux, writing the code only means that you need a good text editor (emacs and gedit offer syntax highlighting and auto indent) and compiling it is a snap, just type the command [gcc/c++ filename] from the shell. Also, you might check out topcoder.com, it is a rather nice - and popular - contest venture. If you want to test your skills, look at their sigle-round-match archive and try your hand at some of the problems. Also, their general tutorials on algorithms (quite independent of programming languages) are pretty useful.

Reply

fffanatics
As far as C++ programming goes, if you are using windows i recommend visual C++ as the compiler because thats all ive ever used and its what i like. However, if you are using linux or cgywin for windows, you can write the files in emacs or xemacs and then compile with either CC or g++ and both are free. So its up to you. I used all three of those just depending what system i am on when writing code but its normally not good to mix and match if its all the same program so be careful

Reply

Latest Entries

Joshua
Well, C++ is complicated that is, VB isn't too bad, I like VB. C++ is a pain though, if you're going to use it I suggest visual C++.net, it's really good as a compiler.

Reply

Joshua
Visual basic and QBasic are a whole different matter from C++, I can tell you that right now.

I tried taking classes for C++ and am REALLY struggling with it. The instructors do things their own way and don't know how to teach what the book does so they don't even use it, which is ridiculous since the books cost like 100-200 dollars.

If you learn it try to get it from a book, instructors that I've had only know how to teach it by throwing up programs on an overhead thing and you follow along and hopefully learn by asking them questions.

C++ is probably the most complicated of the programming languages, but also can do more then others like java, cobalt, etc... If you want to get into programming it's the best one to learn I think, VB is pretty valuable too, but it'll be a handful for you to learn I'm sure, pretty complicated language.

Reply

Yipster
The learning curve for C is much bigger than python. C/C++ can be easy depending on what you are doing. It gets really complex if you actually want to dive into something in depth. Python much simpler, syntax is easy, and will eventually lead you up to C. In addition, in highschool you really don't learn anything great. Its better to stick with a simpler language until post secondary, where things really get crazy. Thats just my 2 cents, yes you can dive into C. But the learning curve is pretty big. A whole bunch of people will turn away from C/C++ because of that learning curve. If you make it through the learning curve its a breeze from there on. Cuz you will now be thinking like a computer. Yup, you're on your way to become a full fledged borg. Resistance is futile.

Reply

fffanatics
QUOTE
I don't think you should dive right into C. Its best to start with a simpler language like Python
I disagree with this. I would definitely start right into c or c++ because it really isnt very difficult to learn. When i started learning it in high school we started with c and very quickly went into c++. Plus, since you know basic you know some of the theory and understand how it is supposed to work so it shouldnt be too difficult for you to learn c or c++. It just will be different

Reply

Yipster
I don't think you should dive right into C. Its best to start with a simpler language like Python. The syntax in python is much easier and C/C++ can get complicated very quickly. You also might want to take a look into javascript because it is a new industry standard.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : c, c, programmers, program

  1. State Of New Mexico Dot
    What a great program. (1)
  2. What Is The Program To Join Videos Together?
    (19)
    I'm trying to join my videos all together, I want to make overlay or I don't know what's
    it's supposed to call, but I do have some examples. Please take a look at this link
    http://www.youtube.com/watch?v=oMqGADSqcZ8 It's for example, take a look at 00.50. The author
    joined Morgan Freeman's video with another video. Or take a look at this too
    http://www.youtube.com/watch?v=Bsjd7fVJQy0 at 03.19, 03.36. At 03.36, when pyro (the blue man
    dancing), there's another video added, another man called G-Man dancing too. What software
    needed to crea....
  3. Program List
    (4)
    Ever forget what the program is? My friend made this list a while back at another forum and I have
    had it on another forum sitting there, maybe you will get some use from it. QUOTE 3D
    Graphics: 3Delight Free - http://www.3delight.com/index.htm Anim8or - http://www.anim8or.com/
    Blender - http://www.blender3d.org/ gmax - http://www.discreet.com/products/gmax/ Houdini
    (Free Edition) - http://www.sidefx.com/apprentice/index.html Now3D -
    http://digilander.libero.it/giulios/Eng/homepage.htm OpenFX - http://www.openfx.org POV-Ray -
    http://www.povra....
  4. Sperm Donors Wanted! - Human Sperm To Impregnate A Female Chimpanzee
    Humaneeze breeding program (12)
    Ok, I'm not sure if I can say this with a straight face, so I'll just say for you poor
    college students who need some extra green for that weekend movie (Mike, you reading this?), you
    might check in to this more closely. You never know, some of your relatives down the line might
    actually be able to say, with honesty, "Well, I'm a monkey's Uncle!" I guess some
    perverts are wanting your "seed" so they can create the ultimate, uh.... Well, someone help me out
    here: THE LINK Horror? Nightmare? Improvement? SIN? Here's the original article in case....
  5. Best Anti-virus Program? [closed For Redundancy]
    (4)
    I want to lnow which one is the best anti-virus program because i'm having serious problems
    regarding all these viruses and spywares.So i want to know which is the best one around which i
    should use....
  6. Looking For Os X Program To View Hard Drive Usage
    (4)
    Does anyone know of a program to give you a visual view of your hard disk? I know there is one on
    windows but I dont remember the name here sorry. I've got only 80GB of space and only 10GB is
    free. I am not sure what is taking up all that space could it be the OS?. A program to give me a
    visual view of how much space is taken up by what would help a lot in tracking used up space. If
    there is any other method for hunting down used space and clearing it on OS X would be greatly
    appreciated thanks.....
  7. A Quick Keys Typr Program
    (2)
    Hi there, I was wondering, is there a peice of software that you press a button and it will
    automatically paste something in. For example I would press Ctrl+R and it would paste "have a nice
    day". Or I could press a button on the program itself with the same effect? Apreciate any help
    karlos....
  8. Looking For Command Line Based Sql Modification
    Program Needed For SQL? (1)
    How I use Windows command prompt client and do modifications to my SQL database. If yes, please
    write the commads I should know for that. If no, please get me the software with which I can do it.
    Topic title modified. Proper English is always required when posting in our forum. ....
  9. No 1 Affiliate Program
    (4)
    I've just joined this program which is believed to be the biggest affiliate program with over 10
    million affiliates all over the world ,moreover its free to join and give you free websites to build
    your business.Any one interested please send me the email to the following address since i cant post
    the url here which will be in violation to the forum's rules. My email:Waqaas1@gmail.com....
  10. Looking For Program That Will Help With Web Design
    (4)
    im looking for a program that can help me with web design maybe templates and such. i don't
    like adobe photoshop because its big and the steep learning curve can anyone help me? ....
  11. [ask] What Is The Best Money Making Program ?
    (4)
    in your opinion, what is the best money making program right now ??....
  12. What Program Do You Use To Design Your Web?
    Frontpage, Dreamweaver, a good text editor? (82)
    I personaly choose frontpage because its easy to use but.....I use dreamweaver for PHP.....
  13. Ajax: Achieve Ajax Program In 5 Lines Of Code!
    (1)
    Well Last night, after a week of irritation and errors I finally created an easy Javascript object
    that easily and quickly allows you to develop an AJAX program in just 5 easy steps! Here's
    the link to the object I've created: http://www.demolaynyc.astahost.com/ajaxConn/ajaxConn.js
    Download it and read the Readme file that's under the same directory:
    http://www.demolaynyc.astahost.com/ajaxConn/Readme.html Basically what this object does is to
    connect to a server-side script (".php, .asp, .jsp, etc"), and what ever this script displays is
    sent back ....
  14. Get Paid 4 Cool Surveys Games Affiliates & Offers 3 Sign Up Great Program
    (4)
    Click the banner to join Referals are strictly prohibited. Posting disabled for 7 days
    (Reason: First post is advertising, hence I have a reason to believe that the user is registering
    for the sole purpose of advertising.) ....
  15. My Program, Test It Please
    (5)
    Alright well I made this program about 3 weeks ago during Spring Break and decided to let you all
    test it. It is a program that you can type in questions you would like it to ask and the answers
    that go along with them. You have to tell it how many questions there should be before you type
    them in. After you are done typing them in you can edit them if you would like or just save and run
    them, you can't edit them after you say no. There are two modes for it, Exact Answer and
    Typical; if you go Exact Answer you have to have in the exact answer letter for letter a....
  16. Source Code For Paint Like Program Under Dos In C
    (2)
    this is a dos program that you have been waiting for you learn from it you how to do graphic
    programing under dos if you understand it your then will be able to do any kind of windows GUI in
    dos it make icons and use them it deal with graphic file youwill also learn how to use mouse have
    nice time ....
  17. Creating A Timer Program
    Using Visual Basic 2005 (8)
    This tutorial will explain how to create a basic timer using Visual Basic Express 2005. If you
    don't have it, it's free and you can dowload it from Microsoft's website. All you need
    is a few minutes to sit down and read this and a version of Visual Basic. OK, so what will this
    timer actually do? Well, you are able to enter a number of minutes and a message, and then click a
    button. Once the timer is up, your message pops up and you are reminded! So, basically it's
    a little reminder system. I use it to remind me when TV programmes start, when I have to....
  18. My First C++ Program
    very basic (6)
    Okay, well today I've started learning C++ and after about 30 minutes I've managed to
    compile my first program /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
    alt="smile.gif" /> All it does is prompt you to type a number in between 1 and 10. If it's not
    in that range, it adds/subtracts until it is. The best part is you get to see it add/subtract the
    numbers up one-by-one! Code: #include using namespace std; int main() {
    // Define variables int anumber; cout cin>> anumber; cin.ignore....
  19. Executing An Exe From Within A Program!
    Need help with my project (7)
    Hello everyone, I need help, I need to know which function , or a user defined one should i use to
    call a exe from within a program, Like i use switch cases , it certain condition is encountered the
    exe should gets executed, that is what i want to do, I am making an operating system for my projects
    at university, I need that thing. So somebody please help me, This is the forum that lets me find
    all my solutions. I have a 100% problem solution rate here, everyone has helped me alot, Waiting for
    some one to post a reply.....
  20. Need Help With C Program To Test If A Number Is Prime
    Ending unexpectedly somewhere near for-loop (12)
    CODE #include <stdio.h> main() {       printf("Enter a number:
    ");              int n;       scanf("%d", &n);              if(n ==
    2)            printf("%d is prime", n);       else if(n % 2 == 0 || n <
    2)            printf("%d is not prime", n);       else       {            int x;
               for(x = 0; x < (int)sqrt((double)n); x++)
                    if(n % x == 0)                 {                      printf("%....
  21. Java Basic Program Guidance
    (6)
    aving some problems taking in the Java at Uni, Was wondering if anyone could shine some light on it
    for me. My task is to write a program that will ask you to enter 2 words. the program will then
    print out both words on one line. However the words will be seperated by dots that will make the
    total length of the line 40. so if your first word was turtle and the second was abc, the output
    would be turtle...............................abc The program should check for certain conditions:
    1. a word can not be longer than 37 characters; 2. there must always be atlest 2 do....
  22. Awesome Proxie Program
    JAP (5)
    A freind of mine tuned me into this its called JAP its prolly not special but i really enjoy
    it....Im not even going to pretend to know how it works, i just know it does and its very easy and
    its work a look......AND ITS FAST!!! JAP ....
  23. Are You In Search Of Free Google Cash Program ?
    FREE GOOGLE CASH / GOOGLE PROFIT E BOOK (10)
    ARE YOU IN SEARCH OF FREE GOOGLE CASH PROGRAM ? FREE GOOGLE CASH / GOOGLE PROFIT E BOOK
    QUOTE       This is a free google cash program starter guide (in form of E book) brings you the
    step to step process. Discussing about google ad words concepts, choosing the right platform to
    reduce your work burden and makes it fully automatic of all. It takes only 20 to 30 minutes to set
    an account. Getting the right advertiser based on some important points (EPC rates) so that you can
    earn just place ads on google ad words. Ok rest all in guide. About the program    Th....
  24. I Need A Gfx Program
    self-explanitory (6)
    I asked, earlier, about a gfx program that wasn't too simple or too complicated. I tried
    downloading the photoshop CS2 trial but for some reason my computer won't open it. I'm
    wondering if this computer ( it's not actually mine ) already has a gfx program installed on
    it. I don't think it does. There is something called photo impression 5 but I think it's
    for the scanner. Are there any other free programs I can download?....
  25. The Best Banner Program
    what is the best program (10)
    Could someone please tell me what is the most fastest and easiest program to use. I would also like
    to know how implement such a banner exchange program on my website....
  26. Crazy Looking C Program
    Interesting (19)
    hi friends, Have a look at the following code... Can u guess what this wud do... nope... no virus
    nor executable code... It is a completely valid and compilable C program... dont worry.. I have
    executed it on my system and it perfectly nice program /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> CODE #include <stdio.h>
    main(t,_,a) char *a; {return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
    main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94,
    -27+t, a )&&t == ....
  27. Make Anty-spyware Program In Delphi 7 ?
    How to make anty-spy program?? (6)
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0' style='vertical-alig....
  28. Auto Run Java Program
    Run Java program on double click (11)
    Some of the installables in java comes in form of .jar file, one has to just double click or type
    "java -jar file.jar", and it starts executing. The reason for this is a line appended in the
    MANIFEST.MF file of that jar file. For writing a similar jar file of your own, just write your java
    file, then compile the same and create a jar file. Create a MANIFEST.MF file and the content should
    have the followings: CODE Manifest-Version: 1.0 Created-By: xyz Main-Class:
    xyz.MainClass Here xyz.MainClass is the main class. Now create a jar file with the man....
  29. What Program Do You Use To Design Your Web?
    has another good than dreamweaver ? (226)
    I has use a lot all of macromedia suit like Dreamweaver ultradev4 , 4 , mx , mx2004. Is there
    another good program to design website than macromedia dreamweaver? I just want to try other
    software may be I will get a new idea and effect for my site. PS. don't try 2 answer microsoft
    frontpage hehehe /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ....
  30. Blender 3d
    A nice FREE 3d program (16)
    Hi. I just wanna make you know that program : Blender. It's a free 3D program, but it's a
    very good one, there's a lot of functions, and even a game engine that allows toy to create your
    own games... The program is downloadable at : http://www.blender3d.org . I recommend that you try
    it, even if it's not as good as 3DSM or Maya, it has pretty cool functions. Oh plz give your
    opinion 'bout that program in this topic. See ya !....

    1. Looking for c, c, programmers, program

Searching Video's for c, c, programmers, program
Similar
State Of New
Mexico Dot -
What a great
program.
What Is The
Program To
Join Videos
Together?
Program List
Sperm Donors
Wanted!
- Human
Sperm To
Impregnate A
Female
Chimpanzee -
Humaneeze
breeding
program
Best
Anti-virus
Program?
[closed For
Redundancy]
Looking For
Os X Program
To View Hard
Drive Usage
A Quick Keys
Typr Program
Looking For
Command Line
Based Sql
Modification
- Program
Needed For
SQL?
No 1
Affiliate
Program
Looking For
Program That
Will Help
With Web
Design
[ask] What
Is The Best
Money Making
Program ?
What Program
Do You Use
To Design
Your Web? -
Frontpage,
Dreamweaver,
a good text
editor?
Ajax:
Achieve Ajax
Program In 5
Lines Of
Code!
Get Paid 4
Cool Surveys
Games
Affiliates
& Offers
3 Sign Up
Great
Program
My Program,
Test It
Please
Source Code
For Paint
Like Program
Under Dos In
C
Creating A
Timer
Program -
Using Visual
Basic 2005
My First C++
Program -
very basic
Executing An
Exe From
Within A
Program!
- Need help
with my
project
Need Help
With C
Program To
Test If A
Number Is
Prime -
Ending
unexpectedly
somewhere
near
for-loop
Java Basic
Program
Guidance
Awesome
Proxie
Program -
JAP
Are You In
Search Of
Free Google
Cash
Program ? -
FREE GOOGLE
CASH /
GOOGLE
PROFIT E
BOOK
I Need A Gfx
Program -
self-explani
tory
The Best
Banner
Program -
what is the
best program
Crazy
Looking C
Program -
Interesting
Make
Anty-spyware
Program In
Delphi 7 ? -
How to make
anty-spy
program??
Auto Run
Java Program
- Run Java
program on
double click
What Program
Do You Use
To Design
Your Web? -
has another
good than
dreamweaver
?
Blender 3d -
A nice FREE
3d program
advertisement



C++ - C++... a Programmers Program... Or is it?



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE