Search:

Type: Posts; User: sweet2awy

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,797

    cin.getline error

    i am writeing a new program, it has no errors but wen i'm
    working with it, there's a part that asks 4 info from the user like


    cout<<"First name: \n";
    cin.getline(fstname, 90);
    cout<<"Last...
  2. Thread: banking2

    by sweet2awy
    Replies
    7
    Views
    1,338

    new code

    here's da code



    #include<fstream.h>
    #include<iostream.h>
    #include<conio.h>
    #include<string.h>
    struct database
    {
  3. Thread: banking2

    by sweet2awy
    Replies
    7
    Views
    1,338

    yea here it is

    #include<fstream.h>
    #include<iostream.h>
    #include<conio.h>
    #include<string.h>
    struct database
    {
    int choice;
    char crt[90];
    char fstname[90];
    char lstname[90];
  4. Thread: banking2

    by sweet2awy
    Replies
    7
    Views
    1,338

    i did

    i did these things it now has 1 errors,
    but of course i added alot to the code i want to put a new function in themain function i wrote it like that



    int quest()
    {
    bla
    bla
    bla
  5. Thread: banking2

    by sweet2awy
    Replies
    7
    Views
    1,338

    banking2

    can any1 tell em wut's the wrong with the variables in this code, it has 13 errors,
    and also i need to know how to get from b_file more than 1 line,
    i'll be pleased if noone takes the code 4...
  6. Replies
    2
    Views
    1,197

    banking progrram

    hi, i made this banking program but i can't make the user specify the name of the account to be ceated here's the code i need any help and any ideas, thanks
    <code>
    #include<fstream.h>...
  7. Thread: header

    by sweet2awy
    Replies
    3
    Views
    1,341

    header

    i want the file graphics.h
  8. Thread: plz change

    by sweet2awy
    Replies
    4
    Views
    1,050

    plz change

    tell me how can i change U into ME in the output from input
  9. Thread: again

    by sweet2awy
    Replies
    6
    Views
    1,011

    how

    how can i make it a callable function
  10. Thread: again

    by sweet2awy
    Replies
    6
    Views
    1,011

    again

    i made a menu, how can i get this menu back wen i want i mean after the option ends?
  11. Replies
    3
    Views
    1,228

    a big problem

    can any1 tell me wut's the problem of this code:
    #include <iostream.h>
    int main()
    {
    int choice;
    cout<<"Please choose: \n";
    cout<<"1.ID program\n";
    cout<<"2.2nd program\n";...
  12. Thread: variables

    by sweet2awy
    Replies
    5
    Views
    991

    space

    it dn display spaces like of i use
    #include <iostream.h>
    int main()
    {
    cout<<"Welcome to shady's first c++ program\n";
    char name[90];
    cout<<"wut's ur name?\n";
    cin>>name;
    cout<<"Welcome...
  13. Thread: variables

    by sweet2awy
    Replies
    5
    Views
    991

    variables

    plz i need to know all variables especially the variable for text i knoe CHAR but it only displays 1 letter plz email me with the answer:confused:
Results 1 to 13 of 13