Search:

Type: Posts; User: rflindberg

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    4,921

    I open tapes2.dat with notepad it looks ok except...

    I open tapes2.dat with notepad it looks ok except cin.ignore(1); will delete the very first charactor entry when you dont need too.
  2. > everytime i attempt to run it, it starts a...

    > everytime i attempt to run it, it starts a small dos window, loads it with lots of text and shuts down a split second after i run it,


    try pausing the program before leaving such as:
    getch();
  3. Replies
    5
    Views
    3,924

    Add blanks lines ListBox1->Items->Insert(0, "");...

    Add blanks lines
    ListBox1->Items->Insert(0, "");
    until its centered
    then when you need to delete them
    ListBox1->Items->Delete(0);
  4. Replies
    4
    Views
    6,900

    good place to learn builder 6...

    good place to learn builder 6
    http://www.functionx.com/bcb/
  5. Replies
    4
    Views
    1,119

    Dont delete the original text in the console...

    Dont delete the original text in the console wizard but instead just add the extra text.
    Cout doesnt work in windows, just DOS.
    However you didnt get the program to program DOS, you got it to...
  6. Thread: getline i/o

    by rflindberg
    Replies
    8
    Views
    1,760

    Rather than loop through and read each line one...

    Rather than loop through and read each line one at a time, the program reads the first line of the text file and ends. Any help with understanding this would be appreciated.

    for(int i=0;i<5;i++);...
Results 1 to 6 of 6