Search:

Type: Posts; User: Joewbarber

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    894

    Unfortunately my school doesn't teach...

    Unfortunately my school doesn't teach programming, stuck doing it alone. But thanks for the advice
  2. Replies
    4
    Views
    894

    String character removal

    Hi,

    I know how to remove certain characters from a string by using something like this:



    string str ("Hello world!");
    erase (0, 6);
  3. Replies
    2
    Views
    585

    Changing the value of a string

    If I was to input for example 'x' into my program, how could I change that to something like 'HuS581' every time that specific character was inputted? Thanks
  4. Replies
    3
    Views
    604

    Thanks :) I wouldn't really say that I could...

    Thanks :)

    I wouldn't really say that I could find bugs or contribute when I can't write effective or useful code. Can you recommend any books or sites that could help me please?
  5. Replies
    3
    Views
    604

    Where to go from here?

    Hi all,

    I finished Jumping into C++ and I spent a couple of months surfing the web and learning things.
    But now I need a direct path, something to follow that isn't people publishing random code...
  6. Win32 Console Application event handlers, or Win32 Project?

    Hi,
    I've written a program in a Win32 Console App but I'd like it to have basic event handlers and I'm pretty sure you can't have that in a console app. Would I have to re-write it for a Win32...
  7. Replies
    2
    Views
    1,677

    Open program error notification

    Hi,
    I've almost finished a Terminal/Command Prompt Program that can do most of the
    things a Microsoft or Linux Terminal can do - but I have a problem. I've got it to open
    programs fine, and I...
  8. Making a Console Application open a webpage?

    Hi,

    I know how to make a console application open a browser say like by entering
    system("start iexplore.exe");
    but that just goes to the browsers default start up page. If someone could supply...
  9. Replies
    1
    Views
    2,499

    Saving Input

    Hi,
    I have a written a small program and I'd like it to be so that the user can create
    a password and it will be the same next time you run the program. Sorry if this is
    really simple but I'm...
Results 1 to 9 of 9