Search:

Type: Posts; User: MT_Pockets

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,919

    Nope. I was reading around aparantly MSVS has...

    Nope. I was reading around aparantly MSVS has this problem alot.
    "one or more multiply defined symbols found"...
  2. Replies
    8
    Views
    1,919

    yes i have #ifndef SOME_HEADER_H ...

    yes i have #ifndef SOME_HEADER_H
    #define SOME HEADER_H
  3. Replies
    8
    Views
    1,919

    Linking Files

    Getting an error when linking files
    "one or more multiply defined symbols found"
    i am linking a cpp file and header file and inside my header file
    i have #ifndef
    #define
    ...
  4. Replies
    5
    Views
    962

    Trouble Declaring

    Having trouble getting my head around declaring an array of C-strings(which themselves are arrays of chars). Any ideas?
  5. why dont you change the int to a char?

    why dont you change the int to a char?
  6. Thread: Input help

    by MT_Pockets
    Replies
    1
    Views
    898

    Input help

    how can i get c to only accept 1 character for an input. i have a menu system 1-5 using a switch statement but when i put in 12345 or someting similiar it still accepts the first number as 1 and...
Results 1 to 6 of 6