Search:

Type: Posts; User: Wanted420

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: cin problem

    by Wanted420
    Replies
    8
    Views
    1,450

    well then i guess i will need to change it to an...

    well then i guess i will need to change it to an array/string

    thanks
  2. Thread: cin problem

    by Wanted420
    Replies
    8
    Views
    1,450

    O yeah the ID output is not what i inputted :(......

    O yeah the ID output is not what i inputted :(... it gives me 756 i think everytime i enter 0136499 but if i just put 136499 i get 136499. so why cant i have the 0? is it to long of a number?
  3. Thread: cin problem

    by Wanted420
    Replies
    8
    Views
    1,450

    Here is all of my code. i some what got it to...

    Here is all of my code. i some what got it to work now. the output is at the bottom.



    #include "stdafx.h"
    #include "iostream.h"
    #include "string.h"
    #include "stdlib.h"
    #include "fstream.h"
  4. Thread: cin problem

    by Wanted420
    Replies
    8
    Views
    1,450

    cin problem

    for some reason it skips the input line for first name. i have tried using cin.getline(fname, 20, '\n') and cin.ignore() but niether fix the problem. :( thanks for any help



    int...
  5. Replies
    1
    Views
    1,187

    Checking an App

    Sorry about crappy subject but not sure how to describe this.

    Can anyone tell my how i would check to see with the explorer ftp command worked?...i know if you have a wrong username or password it...
  6. Replies
    11
    Views
    2,200

    O ok lol

    O ok lol
  7. Replies
    11
    Views
    2,200

    can u explain a little more? I am reading about...

    can u explain a little more? I am reading about threads so if you could just go a little more in depth about it that would be great. thanks
  8. Replies
    0
    Views
    974

    Checking for a pop up prompt

    Now can anyone tell my how i would check to see with the explorer ftp command worked?...i know if you have a wrong username or password it pops up with a login screen and i want to know if it poped...
  9. Replies
    11
    Views
    2,200

    Now can anyone tell my how i would check to see...

    Now can anyone tell my how i would check to see with the explorer ftp command worked?...i know if you have a wrong username or password it pops up with a login screen and i want to know if it poped...
  10. Replies
    11
    Views
    2,200

    Ok thanks guys and Ken Fitlike i did change it...

    Ok thanks guys and Ken Fitlike i did change it and when i couldnt figure it out i decided to copy and paste and i got some diff errors so i wasnt sure what was wrong...but i think i understand it...
  11. Replies
    8
    Views
    8,438

    Hey i just wanted to say thanks for all the info.

    Hey i just wanted to say thanks for all the info.
  12. Replies
    8
    Views
    8,438

    include question

    why do i keep reading about not using .h at the end of the #include <whatever.h>?

    i am using Microsoft Visual studio 6 and when i take out the .h i get this error:

    c:\program files\microsoft...
  13. Replies
    11
    Views
    2,200

    Ok i have read the MSDN and looked at some tuts...

    Ok i have read the MSDN and looked at some tuts but i am still having problems. I just copied and pasted what the MSDN stuff said and i dont get the same errors but i get these now:

    C:\Program...
  14. Replies
    11
    Views
    2,200

    Ending a Process

    does anyone know how to end a process??? i thought i had it and got these errors:

    C:\Program Files\Microsoft Visual Studio\MyProjects\ftp\ftp.cpp(49) : error C2664: 'GetExitCodeProcess' : cannot...
  15. Replies
    4
    Views
    1,420

    Thanks for the help but when i added the do while...

    Thanks for the help but when i added the do while loop like u had it and change the " " to what i wanted and tried to cout the var pass it didnt output anything but a blank line. BTW does anyone know...
  16. Replies
    4
    Views
    1,420

    Ok here is my code (i am doing this just for fun...

    Ok here is my code (i am doing this just for fun and for my own computer)



    #include "stdafx.h"
    #include "iostream.h"
    #include "stdlib.h"
    #include "stdio.h"
    #include "fstream.h"
    #include...
  17. Replies
    4
    Views
    1,420

    Ok i figured out how to point to a file on my...

    Ok i figured out how to point to a file on my computer to read from. But i am still looking to find out how to read line after line. thanks for any help
  18. Replies
    4
    Views
    1,420

    Simple file I/O question

    Do you have to output to a file first and then input from it? Or can you just tell the input to point to a location for the file? Also since i am already here. How can i get it to read a line, check...
  19. Replies
    1
    Views
    1,036

    strings with spaces

    how would i input a string with spaces?
  20. Replies
    2
    Views
    1,549

    thank you

    thank you
  21. Replies
    2
    Views
    1,549

    Creating a Folder

    How can i create multiple folders with the name of the folders being an inceased int starting at 1 and up to 144? I know i need to set up a loop but i dont know how to create a folder.
  22. Thread: variables

    by Wanted420
    Replies
    4
    Views
    1,348

    variables

    If I have a database and I dont know how many entries I am going to have is there a way to set it up where it wont matter how many entries i have? Sorry if i didnt explain it right. Also is a way...
  23. Replies
    5
    Views
    947

    ok thanks.

    ok thanks.
  24. Replies
    5
    Views
    947

    My program is a register for a photo guy and it...

    My program is a register for a photo guy and it sets an id for each customer and i need it to create a folder named id(001,002..ect) and when the user wants to see pictures of a certain customer they...
  25. Replies
    5
    Views
    947

    ofstream a_file Help

    Is there a way to get c++ to make a folder and with in that folder have a txt file? If so is there a way to get the folder to open when the user does something? Thanks for help. Any tutorials on...
Results 1 to 25 of 33
Page 1 of 2 1 2