Thread: pointer w/o cast

  1. #1
    Obsessed with C chrismiceli's Avatar
    Join Date
    Jan 2003
    Posts
    501

    Angry pointer w/o cast

    I always when programming in c get one of two errors, and always have to come here, segmentation fault and blah makes pointer from integer without a cast. Could someone please give me a tutorial or something explaining the pointer thing a lot better, my c for dummies is doing so hot.

  2. #2
    eh ya hoser, got a beer? stumon's Avatar
    Join Date
    Feb 2003
    Posts
    323
    check out this great tutorial. Its in the Faqs section

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. test void pointer before cast (instanceof)
    By jeanluca in forum C Programming
    Replies: 7
    Last Post: 05-29-2009, 04:26 AM
  2. Pointer from a cast warning
    By swgh in forum C Programming
    Replies: 4
    Last Post: 07-30-2007, 08:38 AM
  3. Including The Right DLLs
    By bumfluff in forum Game Programming
    Replies: 8
    Last Post: 12-28-2006, 03:32 AM
  4. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  5. how to cast a char *mystring to a structure pointer ??
    By hanhao in forum C++ Programming
    Replies: 1
    Last Post: 03-29-2004, 08:59 AM