Thread: dev-C++ variable question

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    1

    Question dev-C++ variable question

    does anyone know what the variable for "string" is in dev-C++ from bloodshed. i tried it but i acted like it wasnt a variable.

    its sad that there arent many windows C++ compilers that are free......

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Did you use a reserved name like new or delete as the variable name. If you include <string> and write using namespace std, the declaration string abc will create a string. It also might be a code problem, like missing a semicolon somewhere.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sorting number
    By Leslie in forum C Programming
    Replies: 8
    Last Post: 05-20-2009, 04:23 AM
  2. Local variable Question
    By WDT in forum C# Programming
    Replies: 2
    Last Post: 04-02-2009, 05:39 PM
  3. mingw dev studio, question
    By ookooa in forum C++ Programming
    Replies: 2
    Last Post: 05-18-2004, 01:20 PM
  4. easy variable question
    By Gav D in forum C Programming
    Replies: 2
    Last Post: 08-28-2003, 06:40 AM
  5. newbie question about using windows app in Dev C++
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 06-09-2002, 10:50 PM