Search:

Type: Posts; User: sharkbate24

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,596

    Oh ok. Thanks.

    Oh ok. Thanks.
  2. Replies
    7
    Views
    2,596

    Right guys, I don't know if you're insulting me...

    Right guys, I don't know if you're insulting me or anything, but it's not nice. I am new to C++, and just want to ask.



    Don't know if that was an insult. In VB.NET, it's similar to that, except...
  3. Replies
    7
    Views
    2,596

    Well you could at least tell me how I can. So...

    Well you could at least tell me how I can. So basically, I would need to convert an int to a char?
  4. Replies
    7
    Views
    2,596

    Concatenate a String?

    Hey everyone,

    I have this code, but the last line seems to have a problem with the '+'. I thought to concatenate a string, you use the '+' operator.



    int nMajorVersion = 1; // Major Version...
  5. Replies
    9
    Views
    1,144

    Great! No Problem :). It does take quite a...

    Great! No Problem :).

    It does take quite a while to get used to, but once you're used to it, you'll be doing it automatically (like me ;)).
    Also, I would recommend commenting your code. You don't...
  6. Replies
    9
    Views
    1,144

    Like codeplug said, it's this part:

    Like codeplug said, it's this part:


    <<endl; <<endl;.

    Basically, you only use the ';' after each line, not between functions on the same line :). Take off the first ';'.


    <<endl << endl;
  7. Replies
    3
    Views
    1,399

    Hey, I'm actually a beginner (self-taught /...

    Hey,

    I'm actually a beginner (self-taught / teaching) C++ programmer, planning to do Computer Science in a couple of years time. First thing you would need to do is to sort the problems out. Ie,...
  8. Replies
    63
    Views
    8,898

    I'm no master at C++ programming (yet), but as...

    I'm no master at C++ programming (yet), but as long as you know the basics (ie. Functions, Strings, Arrays etc), you might want to google for "Win32 Tutorials". There's a good one I'd highly...
  9. Thread: Pointers?

    by sharkbate24
    Replies
    27
    Views
    2,791

    Aaah okay thanks :).

    Aaah okay thanks :).
  10. Thread: Pointers?

    by sharkbate24
    Replies
    27
    Views
    2,791

    Thanks. I don't really understand though, why...

    Thanks.

    I don't really understand though, why use a pointer?

    Say for example, this script:



    int nMyInt = 0;
    int* nMyPointer = &nMyInt;
  11. Thread: Pointers?

    by sharkbate24
    Replies
    27
    Views
    2,791

    Thanks guys :).

    Thanks guys :).
  12. Replies
    6
    Views
    2,303

    Aah, that's really cleared things up, thanks a...

    Aah, that's really cleared things up, thanks a lot.

    But I don't quite understand how we know if it's an Hexadecimal Number, or another one, such as Octadecimal number?

    Thanks a lot.
  13. Thread: Pointers?

    by sharkbate24
    Replies
    27
    Views
    2,791

    Pointers?

    Hello Everyone.

    Just wondering, why would you use pointers (ie. Find the memory address of a variable etc)? Also, is there any chance that memory addresses change after (say...) closing the...
  14. Replies
    6
    Views
    2,303

    Wow, you're clever hehe. I would never be able to...

    Wow, you're clever hehe. I would never be able to work that out.

    Thanks :D.
  15. Replies
    6
    Views
    2,303

    Hexadecimal Numbers etc?

    Hi Everyone,

    I am really confused about hexadecimal numbers, and I feel it's holding me back from continuing to learn C++.

    So, in C++ For Dummies, it says this:



    I really don't understand...
  16. Replies
    5
    Views
    1,627

    Nice :) Thanks guys.

    Nice :) Thanks guys.
  17. Replies
    5
    Views
    1,627

    Thanks a lot! Have an excellent new year.

    Thanks a lot!
    Have an excellent new year.
  18. Replies
    5
    Views
    1,627

    Strings in C++?

    Hi Everyone,
    I'm new here, so please don't be so harsh on me hehe.

    So basically, I went out and purchased "C++ For Dummies, 5th Edition", and read the variables section. It says for strings, you...
Results 1 to 18 of 18