Search:

Type: Posts; User: CPlus

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    11,306

    Yeah the main problem is that I'm still learning...

    Yeah the main problem is that I'm still learning right now.
    Silent successes are bound to happen, but I'm acquiring new bits of useful information which helps me piece information together more...
  2. Replies
    9
    Views
    11,306

    Thank you everyone. My first try was to use...

    Thank you everyone.

    My first try was to use std::string before trying the array of character arrays.
    The reason it didn't work is because I didn't know about .c_str() .
    I was also "using...
  3. Replies
    9
    Views
    11,306

    I'll also look into the documentation as much as...

    I'll also look into the documentation as much as I can when it comes to the "error C####" issues.

    Edit:

    After some research, I discovered that including the following information helps remove...
  4. Replies
    9
    Views
    11,306

    By having the L before "Hi" and "Bye", I get this...

    By having the L before "Hi" and "Bye", I get this error:
    error C2117: 'conversation' : array bounds overflow
    When I removed the L's, that error was gone.
    I think this has to do with the amount of...
  5. Replies
    9
    Views
    11,306

    Using String Arrays & Pointers in a Win32 App

    Hello :)

    I wish to know how to write a string array in a Win32 Application, not a console application.
    In a console app, I would use the following code:




    #include <iostream>
    #include...
Results 1 to 5 of 5