Search:

Type: Posts; User: Gutty

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,752

    Ouch, thats what I thought. Well, ill find...

    Ouch, thats what I thought. Well, ill find something else.
  2. Replies
    9
    Views
    2,752

    I suck at math...

    Hi, im new to c++ and I was just wondering if there is any chance of me becoming a good programmer (opengl or directx) if im pretty bad at math. It's kind of depressing... anyone else with the same...
  3. I appologize for posting a useless thread... I...

    I appologize for posting a useless thread... I have discovered the problem, it wasnt the intilization, it was the switch, it ended with a
    { instead of a
    }

    Sorry,
    Gutty
  4. fatal error C1004: unexpected end of file found

    You guys have been really helpful, but i have yet another question. I have been making this really cheesy game. Anyways, I have used the switch() command many times before and I was told that, in...
  5. Thread: Weird Errors

    by Gutty
    Replies
    5
    Views
    1,093

    Are you serious!:eek: Im embaressed... thanks.

    Are you serious!:eek: Im embaressed... thanks.
  6. Thread: Weird Errors

    by Gutty
    Replies
    5
    Views
    1,093

    Weird Errors

    Well, im trying to get full screen in console, but it doesnt seem to be working...


    #include <iostream.h> //**REQUIRED TO WORK**

    int main() //**REQUIRED TO WORK**
    {

    void fullscreen() ...
  7. Thread: Error...

    by Gutty
    Replies
    3
    Views
    989

    Wait, I think i got it! Thanks alot man!:D

    Wait, I think i got it! Thanks alot man!:D
  8. Thread: Error...

    by Gutty
    Replies
    3
    Views
    989

    Waoh that was really fast. You mean I didn't put...

    Waoh that was really fast. You mean I didn't put ; at the end of each line? I do though, it says the ; has to be BEFORE the cout. Very weird.

    :confused:
  9. Thread: Error...

    by Gutty
    Replies
    3
    Views
    989

    Error...

    Im using MSVC++ and after severly attempts at correcting mistakes it says "error C2001: newline in constant" or somethign like that, and unless I put a ; in front of all my couts it come up as an...
  10. Thread: Help With C++

    by Gutty
    Replies
    3
    Views
    1,068

    What the hell? Thats not even a question, it...

    What the hell? Thats not even a question, it sounds like your DEMANDING someone to write the code for you! Your saying things like "Write a program..." and "The program should..."
    Well, im a...
  11. Thread: Dev-Cpp

    by Gutty
    Replies
    2
    Views
    943

    Oh thanks, I didnt know there was a section...

    Oh thanks, I didnt know there was a section there. Thanks alot man.
  12. Thread: Dev-Cpp

    by Gutty
    Replies
    2
    Views
    943

    Dev-Cpp

    I dont get it. Every program ive made so far in Dev-Cpp compiler always closes after I put an interger or a value.




    #include <iostream.h>

    int main()
    {
    int age;
Results 1 to 12 of 12