Thread: Problem with cin to char*

  1. #16
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Quote Originally Posted by jafet
    But a skillful and experienced weirdo can, with practice, unwrench a keyboard quickly and elegantly!

    If char arrays are bad, then so are gotos and continues, I take?
    I think people are trying to help you...I don't know, maybe it's just me.

  2. #17
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    >> If char arrays are bad, then so are gotos and continues, I take?
    Use of goto is bad for slightly different reasons than why char arrays are bad. Continues are less so. Most language features have the potential for unsafe misuse, but those with better alternatives can be considered "evil".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with cin. Please help me.
    By Antigloss in forum C++ Programming
    Replies: 17
    Last Post: 06-06-2005, 09:50 AM
  2. Input File HELP, weird problem
    By gravity-1 in forum C++ Programming
    Replies: 5
    Last Post: 03-29-2005, 08:43 PM
  3. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM
  4. binary tree problem - help needed
    By sanju in forum C Programming
    Replies: 4
    Last Post: 10-16-2002, 05:18 AM
  5. Problem with cin
    By ErionD in forum C++ Programming
    Replies: 3
    Last Post: 02-19-2002, 11:27 AM