Thread: Is C++ use classes?

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    1

    Question Is C++ use classes?

    I am beginner in c++. Is C++ use classes? how? like Programing languages exist today like Visual Studio.....

    thanks...
    Last edited by Salem; 01-04-2008 at 01:00 AM. Reason: "fake" signature snipped, looks like URL spam

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Ok, to start:

    1. Yes, C++ uses classes.

    2. I honestly don't know what to say about "how" it uses classes without going into deep explanation that you aren't ready for.

    3. Visual Studios is not a programming language, it's an Intergrated Development Environment (IDE).

    4. Admittedly without looking too deep into them, those links appear irrelevant.



    I'll leave it to others to elaborate if they feel it is necessary.
    Sent from my iPadŽ

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    C++ uses classes. Visual Studio supports classes in Visual C++. Visual Studio is not a programming language. It is a development suite, consisting of C++, C, and other compilers. One is called Visual C++. It compiles C and C++ code and it comes with an IDE. A compiler is a piece of software that converts a text file into a program. The text files are called source files. An IDE is basically a fancy programmer's text editor. It gives functions for compiling, editing, saving files, opening files, and sometimes integration with a debugger. A debugger is a cool tool that you don't need to worry about right now.

    http://www.cprogramming.com/begin.html

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > 4. Admittedly without looking too deep into them, those links appear irrelevant.
    Good catch, I've seen the same tactic several times now. Snipped the URLs.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can you Initialize all classes once with New?
    By peacerosetx in forum C++ Programming
    Replies: 12
    Last Post: 07-02-2008, 10:47 AM
  2. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  3. Exporting VC++ classes for use with VB
    By Helix in forum Windows Programming
    Replies: 2
    Last Post: 12-29-2003, 05:38 PM
  4. Prime Number Generator... Help !?!!
    By Halo in forum C++ Programming
    Replies: 9
    Last Post: 10-20-2003, 07:26 PM
  5. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM