Thread: REALLY quick question

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    153

    REALLY quick question

    Hello everyone and happy new year,
    So...I've been creating and using strings through arrays Example:
    Code:
    char anArray[7] = "booboo"
    is that a C style string? I was JUST (I'm a little behind the times I guess ) introduced to the string type. Example:
    Code:
    string word1 =  "GAME"
    is that what people mean by C++ style strings?

  2. #2
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    Yes :], I believe so.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Posts
    153
    hehe told you it was gonna be quick...thanks for the reply and an almost complete lack of sarcasm in your reply haha...

  4. #4
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    What are you talking about?

    We never use sarcasm on this board.

  5. #5
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    We're actually php programs that respond to people who need help using AI. We were strictly coded to be completely serious!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Very quick math question
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 10-26-2005, 11:05 PM
  2. very quick question.
    By Unregistered in forum C++ Programming
    Replies: 7
    Last Post: 07-24-2002, 03:48 AM
  3. quick question
    By Unregistered in forum C++ Programming
    Replies: 5
    Last Post: 07-22-2002, 04:44 AM
  4. Quick Question Regarding Pointers
    By charash in forum C++ Programming
    Replies: 4
    Last Post: 05-04-2002, 11:04 AM
  5. Quick question: exit();
    By Cheeze-It in forum C Programming
    Replies: 6
    Last Post: 08-15-2001, 05:46 PM