Search:

Type: Posts; User: abbynormal87

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,480

    SUPER!!!!!

    ok my friend really appreciates all your help. I was just helping her out. I know alittle bit of VB but her questions were kinda hard and I havent done VB in a while.
  2. Replies
    7
    Views
    1,480

    Thank you again

    thanks!!! jdinger

    i think these sites will help me out a great deal.
    :)
  3. Replies
    7
    Views
    1,480

    Thanks

    Thanks MASTER vVv

    ;)
  4. Replies
    7
    Views
    1,480

    visual basic

    Hi does anyone know of a website that has a forum for visual basic.

    Similar to this website.
  5. Replies
    5
    Views
    1,787

    still not working

    ok the program is executeable BUT
    when i press enter nothing happens. it doesnt clear the screen & take me to the report screen?
  6. Replies
    5
    Views
    1,787

    still having trouble

    I get an error when i input the code:

    error C2065: 'keypress' : undeclared identifier
    Error executing cl.exe.

    do
    {
    cout << endl
    << "Enter employee last name: ";
    cin >>...
  7. Replies
    3
    Views
    1,868

    thanks

    ok thanks...... lostmind
  8. Thread: ok radius

    by abbynormal87
    Replies
    8
    Views
    1,997

    thanks

    thanks unregistered ... but now i have the problem where i was case 1 & 2 to keep going unless I press the option of 3.

    Like a never ending loop till i press the option 3 to quit the program
  9. Replies
    3
    Views
    1,868

    HELP!! strcpy

    i'm haveing trouble with my program:

    for ( int i = 0; i < divmax; i++ )
    {
    strcpy ( names[i], name[i] );
    }

    does anyone know why this doesnt work?? I get an error of :
    cpp(66) : error...
  10. Thread: ok radius

    by abbynormal87
    Replies
    8
    Views
    1,997

    private

    if u want to know that info
    please make it "PRIvATE"
  11. Thread: ok radius

    by abbynormal87
    Replies
    8
    Views
    1,997

    radius part II

    ok the if statment is not working & I think i have the radius formula wrong..

    #include <iostream>
    #include <cctype>
    #include <iomanip>
    #include <string>
    using namespace std;

    //float...
  12. Thread: ok radius

    by abbynormal87
    Replies
    8
    Views
    1,997

    ok radius

    Ok i'm doing a function for the radius of a circle..
    power area (float
    area = PI * radius
    correct me if i'm wrong..

    float area = 0;
    float PI = 3.1415;
    float radius = 0;

    cout >> "Enter the...
  13. Replies
    5
    Views
    1,787

    if i press enter

    I have a problem. I have a do while loop that go on foever. I want to stop it by pressing the enter button with out typing any input. How do i write the if statement ??
    :0
  14. Replies
    12
    Views
    1,908

    u must just be starting C++ I remember that...

    u must just be starting C++
    I remember that program.
  15. Replies
    4
    Views
    1,718

    I knew it was something simple but i just couldnt...

    I knew it was something simple but i just couldnt pin point it.

    I mite have more questions later on tonite.
  16. Replies
    4
    Views
    1,718

    Thanks a million!! :)

    Thanks a million!!

    :)
  17. Replies
    4
    Views
    1,718

    problem error c2552

    I'm have an error on this program


    #include <iostream>
    #include <string>


    using namespace std;
Results 1 to 17 of 17