View Poll Results: Best Keyword. And Easiest.

Voters
28. You may not vote on this poll
  • mutable

    2 7.14%
  • class

    7 25.00%
  • extern

    1 3.57%
  • sizeof

    5 17.86%
  • void

    3 10.71%
  • typedef

    0 0%
  • extern

    0 0%
  • int

    10 35.71%

Thread: Best Keyword

  1. #16
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    Well again I don't know whats the point from this thread, it might be acceptable in the general disscusion forum but here I don't think so...
    It's same as the one about do while VS. while, int main(), void main(), etc...
    I don't know why people like making polls about everything?
    I think it should be moved.

  2. #17
    Registered User fry's Avatar
    Join Date
    Mar 2002
    Posts
    128
    It's same as the one about do while VS. while, int main(), void main(), etc...
    I think they had some valid points
    IDE: Dev C++ 5
    Lib: Allegro
    OS: Windows 2000

  3. #18
    Registered User whistlenm1's Avatar
    Join Date
    Jan 2002
    Posts
    124
    void, b/c you can get real creative with (void *) if you know what your doing or if you just what to crap up your intended system
    Man's mind once streched by a new idea, never regains its original dimensions
    - Oliver Wendell Holmes

    In other words, if you teach your cat to bark (output) and eat dog food (input) that doesn't make him a dog. It would have to chase cars, chew bones, and have puppies before I'd call it Rover ;-)
    - WaltP

  4. #19
    Registered User
    Join Date
    Dec 2001
    Posts
    88
    The only keyword that we do not need is class
    Because struct is nearly the same as class.
    Hope you don't mind my bad english, I'm Austrian!

  5. #20
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    a more appropriate statement would be that struct is no longer needed
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. keyword replacement
    By JackBear in forum C Programming
    Replies: 11
    Last Post: 05-18-2007, 10:54 PM
  2. Virtual Keyword
    By Shal in forum C++ Programming
    Replies: 6
    Last Post: 05-18-2006, 11:37 AM
  3. 'new' keyword
    By pktcperlc++java in forum C++ Programming
    Replies: 4
    Last Post: 02-28-2005, 09:31 PM
  4. how to search a keyword in C?
    By kreyes in forum C Programming
    Replies: 2
    Last Post: 03-01-2002, 08:22 PM
  5. keyword searching in C
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 02-08-2002, 02:26 AM