Search:

Type: Posts; User: StupidIntel

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,644

    :D Thanks for the info!

    :D Thanks for the info!
  2. Replies
    2
    Views
    858

    c:\docume~1\collee~1\mydocu~1\progz\crap.cpp: In...

    c:\docume~1\collee~1\mydocu~1\progz\crap.cpp: In function `int main()':
    c:\docume~1\collee~1\mydocu~1\progz\crap.cpp:9: ANSI C++ forbids initialization of member `Salary'...
  3. Replies
    12
    Views
    1,644

    I got it working! :D I replaced cin.sync @...

    I got it working! :D

    I replaced cin.sync @ the end of the program w/ cin.ignore and i put a cin.ignore after every cin and that fixed the problem.

    I also used your idea, alphaoide, thanks!
  4. Replies
    12
    Views
    1,644

    That doesn't do it either...

    That doesn't do it either...
  5. Replies
    12
    Views
    1,644

    Tried that, didn't work. :(

    Tried that, didn't work. :(
  6. Replies
    12
    Views
    1,644

    another thing... @ the bottom of the program I...

    another thing... @ the bottom of the program I had getch(), not cin.sync() ... I changed it when i had a friend look at the code. The program worked for him, but it's still not working on my...
  7. Replies
    12
    Views
    1,644

    Newbie ... looping problem

    I wrote this basic encrytion program and everything seems to work find until the end of the program when it asks the user if they want to restart the program.

    It'll print out, "Enter a string no...
Results 1 to 7 of 8