Search:

Type: Posts; User: KaibaFan321

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,552

    Thank You Everyone for your help, I will use...

    Thank You Everyone for your help, I will use Dev-C++ and the tutorials on this site.
    Thanks again!
    -KaibaFan321
  2. Replies
    8
    Views
    1,552

    I was doing that with dev c++, but then people...

    I was doing that with dev c++, but then people said I should use modern c++.

    P.S. Im a noob, what is modern c++?
  3. Replies
    8
    Views
    1,552

    What Compilier?

    About a week ago I got a major virus, but I formatted the drive and its gone now. I knew some c++, but I wasnt very good at it. So im going to start over. If anyone knows some good sites for...
  4. Replies
    3
    Views
    1,006

    What would you write for getline, and the problem...

    What would you write for getline, and the problem is it has extra characters at the end when you type a space
    Thanks for putting up with a complete noob!
    -KaibaFan321
  5. Replies
    3
    Views
    1,006

    Making a simple encrypter

    This encrypter only has problems when your message has a space in it:

    #include <iostream.h>
    #include <fstream.h>
    int main()
    {
    char string[257], note2[257];
    int b;
    ofstream...
  6. Replies
    3
    Views
    943

    Program I/0 help

    Can anyone tell me how to delete a file in the same folder as the .exe file?
    Thanks for your help!
    -KaibaFan321
  7. Replies
    4
    Views
    975

    O, Thanks! -KaibaFan321 PS. My teachers are...

    O, Thanks!
    -KaibaFan321
    PS. My teachers are going to hate this program!
  8. Replies
    4
    Views
    975

    I understood the first answer, but I didnt...

    I understood the first answer, but I didnt understand the second, I am a complete noob.
    thanks
    -KaibaFan321
  9. Replies
    4
    Views
    975

    Can anyone help?

    Please, can anyone tell me what is wrong with my simple encrypter?

    #include <iostream.h>
    #include <fstream.h>
    int main()
    {
    char string[256], note2[256];
    int b;
    cout<<"Write your...
Results 1 to 9 of 9