Search:

Type: Posts; User: Hugo716

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,880

    Might be stupid but...

    Hi, this might sound stupid as it is "C"programming.com but any chance of putting up a Java programming section in the forum? Even maybe for a trial month or something because Java is used tons and...
  2. Replies
    24
    Views
    2,757

    it just asks for your name. you type it and hit...

    it just asks for your name. you type it and hit enter and it exits. doesnt show result and pause.

    any ideas?
  3. Replies
    24
    Views
    2,757

    Well, cin.get dont work on this. how come? ...

    Well, cin.get dont work on this. how come?



    #include <iostream>
    #include <string>

    int main()
    {
  4. Replies
    24
    Views
    2,757

    Oh yeh i didnt realize. haha. std::cin.get();...

    Oh yeh i didnt realize. haha.

    std::cin.get();

    cheers ;)
  5. Replies
    24
    Views
    2,757

    Yes i am. I am at the end of the first chapter....

    Yes i am. I am at the end of the first chapter. now pray tell me where in that it explains this to me?
  6. Replies
    24
    Views
    2,757

    chm? what are you even on about?

    chm? what are you even on about?
  7. Replies
    24
    Views
    2,757

    pdf? Hmm, i get a compile error when i use...

    pdf?

    Hmm, i get a compile error when i use cin.get()


    // Exercise One
    #include <iostream>

    int main()
    {
  8. Replies
    24
    Views
    2,757

    Mario, if you aint going to help, dont reply to...

    Mario, if you aint going to help, dont reply to my posts please.
    All i done was ask for a bit of help.

    Thanks alot sly, i didnt know about escape characters.

    Does iostream contain cin.get() ?...
  9. Replies
    24
    Views
    2,757

    So annoying. How to do it?

    Hi, an exercise in this book im reading says, make a program that prints

    This (") is a quote, and this (\) is a backslash.

    Now, they done this on purpose because when you write " it ends the...
  10. Replies
    11
    Views
    15,570

    Tic Tac To , Blackjack, Guess the number, cat and...

    Tic Tac To , Blackjack, Guess the number, cat and dog converters, calculators, they are what i started with.
  11. Thread: functions

    by Hugo716
    Replies
    9
    Views
    930

    ok thanks alot, ill check the links out. thanks...

    ok thanks alot, ill check the links out. thanks guys, appreciate the help.

    Hugo.
  12. Replies
    8
    Views
    2,715

    very funny

    very funny
  13. Thread: functions

    by Hugo716
    Replies
    9
    Views
    930

    Oh i get what you mean. So its best to put all...

    Oh i get what you mean.

    So its best to put all functions in a header file, then make a CPP with all the definitions, then include them in the main CPP?

    is this correct, sorry guys, functions...
  14. Thread: functions

    by Hugo716
    Replies
    9
    Views
    930

    Hmmm, you mean, once the function is used once,...

    Hmmm, you mean, once the function is used once, the definition is gone? so the function wont work again?

    its just easier to read if u put it all in one header file. but then again, adding the...
  15. Thread: functions

    by Hugo716
    Replies
    9
    Views
    930

    functions

    Since you can write a Function prototype in a seperate header file to include in the main program, can you write that functions definiton straight after the function prototype in the header file?
    ...
  16. Replies
    8
    Views
    2,715

    The best software

    Hi, ok since there is so many different links to so many different versions of everything, I am making this post to sort out whats the best software ok.

    What version of Visual C++ is the best one...
  17. Thread: Game Engine

    by Hugo716
    Replies
    21
    Views
    5,819

    ok thanks for all the replies. yeh im not going...

    ok thanks for all the replies. yeh im not going to try and make it yet, im still learning.

    the C++ Acelerated beginner book is a bit complicated or is it just me?

    like it says

    cout << + name...
  18. Thread: Game Engine

    by Hugo716
    Replies
    21
    Views
    5,819

    To code a game engine is it just like coding...

    To code a game engine is it just like coding normal apps?

    if not, is there anyone who has an example of an engine code that i can check out plz?

    im currently just planning the game out, and how...
  19. Thread: Game Engine

    by Hugo716
    Replies
    21
    Views
    5,819

    I see il have to try it on my own lol. Do ALL...

    I see il have to try it on my own lol.

    Do ALL Games like a card game have to have a game engine?

    i spoke to the owner of a previous huge selling trading card game, and he said it required so...
  20. Thread: Game Engine

    by Hugo716
    Replies
    21
    Views
    5,819

    thanks for them. but they are all for RPG or 3 D...

    thanks for them. but they are all for RPG or 3 D games.

    i just want a 2D online CCG engine.

    CCG = Collectable card game

    like.. www.chronx.com. something to make games like that
    please help...
  21. Thread: Game Engine

    by Hugo716
    Replies
    21
    Views
    5,819

    Game Engine

    Hi, if i was to create a Online Trading Card Game, where people can win new cards, and use them to fight each other. Whats the best game engine to use for it? is there any free engines for this?
  22. Replies
    5
    Views
    1,020

    i might be wrong and might not be anything to do...

    i might be wrong and might not be anything to do with it but...

    u set Enterscore ( FLOAT ) not int
    then at bottom u set Enterscore ( INT Testscore )

    it prolly dont matter but i am not sure...
  23. Replies
    5
    Views
    1,026

    lol ok thank alot. hehe. ill check that page u...

    lol ok thank alot. hehe. ill check that page u said.

    i know u use arrays to get a part of a string, but i thought it was an array lmao, bet i looked really stupid. sorry.

    cheers, hugo.
  24. Thread: value...?

    by Hugo716
    Replies
    2
    Views
    795

    oh ok thanks alot mate. i get it, i was a bit...

    oh ok thanks alot mate.

    i get it, i was a bit confused with it.

    thanks. hugo.
  25. Thread: value...?

    by Hugo716
    Replies
    2
    Views
    795

    value...?

    I'm a little confused.
    in this program ive writted from a book it says

    it sets a variable Value and says, if number > 20, set Value = 1 else Value = 0 right. if its 1, display an error message...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4