Search:

Type: Posts; User: stumped_student

Search: Search took 0.01 seconds.

  1. Editable field in basic C game. I'm stuck.

    Hi, i'm a student with a simple C project, unfortunately my understanding of C is just as basic.

    We have to create an interactive floor plan navigable in an .exe file. I have the main...
  2. rags_to_riches: yep. exact same class, I even...

    rags_to_riches: yep. exact same class, I even know the guy. mine isn't even getting that far, no matter what code, or what machine, as long as it's my user profile it doesn't work.
  3. Hmm....just tried my exact code on a mate's user...

    Hmm....just tried my exact code on a mate's user profile signed into the same machine and it worked first time.

    I guess the installation of the IDE is just screwed on my user.

    Thanks for all...
  4. So....I need to change void main (){, to int...

    So....I need to change
    void main (){, to
    int main (void){ ?
    I'm so new to this I don't understand the significance of the difference, and can't tell if it is helping because I can't get around...
  5. Here is the code; ...

    Here is the code;

    --------------------------------------------------



    #include <stdio.h>
    #include <stdlib.h>

    typedef struct {
  6. Wow, pretty dumb of me not to scroll up. That's...

    Wow, pretty dumb of me not to scroll up. That's how much of a rooky I am with this lol

    You're right, there is more description in the output pane, it reads:
    ...
  7. The compiler is CC386 IDE, I've used it...

    The compiler is CC386 IDE, I've used it throughout the year to learn C and it has never come up with that message (typically the deadline now looms).

    I have tried it on a couple of different PCs...
  8. Linker Error has completely thrown me. Any help hugely appreciated.

    I'm a student with a project on C (not C+ or ++), with a piece of code which should work. I am very new to the language, and only have a very basic grasp of it (at best).

    When all legit errors...
Results 1 to 8 of 8