Search:

Type: Posts; User: Warrax

Search: Search took 0.01 seconds.

  1. Thread: .rfind()

    by Warrax
    Replies
    5
    Views
    2,111

    Ah, k. Well I've decided to just skip the...

    Ah, k. Well I've decided to just skip the .rfind() function, since all the time frustrating about it isn't worth the little to no benefitial gain from knowing it. Thanks for your help, though ;).
  2. Thread: .rfind()

    by Warrax
    Replies
    5
    Views
    2,111

    Thanks to both of you for your fast replies. ...

    Thanks to both of you for your fast replies.

    Anon: when making this code, I was using the following code example from the C++ style strings tutorial here as a guideline:


    string input;
    int i...
  3. Thread: .rfind()

    by Warrax
    Replies
    5
    Views
    2,111

    .rfind()

    I'm really confused right now about this compiling issue with my code for the C++ style strings tutorial (took a break from programming and came back, so I haven't advanced much).




    #include...
  4. Thread: iterators?

    by Warrax
    Replies
    6
    Views
    1,463

    Thanks for the fast reply. I thought about...

    Thanks for the fast reply. I thought about looking it up, however I also thought that just posting here about it would involve less work for myself, :cool:.
  5. Thread: iterators?

    by Warrax
    Replies
    6
    Views
    1,463

    iterators?

    Could someone please explain iterators to me? They are mentioned in the C++ strings tutorial, however I honestly just don't understand them at all.

    The part that they are mentioned at are as...
  6. Replies
    7
    Views
    1,395

    Awesome, thanks very much to both of you.

    Awesome, thanks very much to both of you.
  7. Replies
    7
    Views
    1,395

    Nope, not the slightest clue about them.

    Nope, not the slightest clue about them.
  8. Replies
    7
    Views
    1,395

    Strings confusion, =/.

    I'm confused about how exactly the string functions (strcat, etc.) work. I honestly just don't understand them at all, although more specifically, I don't understand how or what the string functions...
  9. Fixed; it should be easier to understand, now,...

    Fixed; it should be easier to understand, now, :-).
  10. Structures question: How do I show information inside a structure?

    How do I show all of the variables + their single structure names that are within a structure type to the user?
  11. Thread: Makes me mad..

    by Warrax
    Replies
    12
    Views
    3,860

    Makes me mad..

    Makes me mad at myself (for my slow progress) when I come on here and see people asking questions about complex code that I'm not even nearly close to knowing, when I'm only up to the seventh lesson....
  12. Ok, thanks; anyone else have some advice? I need...

    Ok, thanks; anyone else have some advice? I need all the advice I can get =/.
  13. Thanks for the advice; although what exactly do...

    Thanks for the advice; although what exactly do you mean by 'subset'?
  14. Having trouble actually paying attention (posted in this forum because it involvesC++

    Whenever I'm five or so minutes into reading any of the C++ Programming lessons (currently on Structures; read the Pointers lesson a few times but then just continued on), my eyes just start to...
  15. Suggestion for the tutorial quizzes answer key.

    Just thought that it'd be nice if there were explanations in the answer keys, telling why the answer to a question is that answer. Like, for example, why the code needs to be that specific way or if...
  16. Replies
    3
    Views
    1,288

    Sweet, thanks.

    Sweet, thanks.
  17. Replies
    3
    Views
    1,288

    list of functions?

    Anyone have a list of the functions for C++? For example rand();, mult, etc.
  18. Thread: Flame Board

    by Warrax
    Replies
    23
    Views
    6,747

    Poll: Lol....1,000,020 people said no and I'm the only...

    Lol....1,000,020 people said no and I'm the only one who said yes ><.
  19. Replies
    7
    Views
    2,916

    Thanks for the replies, everyone :). Going to...

    Thanks for the replies, everyone :). Going to first try Queatrix's suggestion, then will try something else if that doesn't work.
  20. Replies
    7
    Views
    2,916

    been slacking off

    Been slacking off recently with programming, and just need a few words of encouragement or whatever you can think of for me to continue learning C++ as much as I used to ("used to" meaning before I...
  21. Replies
    5
    Views
    1,348

    Kind of confused though; when I typed up that...

    Kind of confused though; when I typed up that code it won't loop regardless of the fact that it looks almost exactly like yours (the only differences are spaces between code).

    The code I'm...
  22. Replies
    5
    Views
    1,348

    K, thanks. Yeah, I've done the loops tutorial, I...

    K, thanks. Yeah, I've done the loops tutorial, I just forgot it already >.<.
  23. Replies
    5
    Views
    1,348

    Question concerning functions

    I'm currently on the functions tutorial, but there's one thing that I just can't understand how to do (which it doesn't explain how, but says that it's possible and a good idea to use). How would I...
Results 1 to 23 of 24