Search:

Type: Posts; User: Xleniz

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,169

    I tried: while( true ) { ...

    I tried:



    while( true ) {
    infile >> textRead[t]; // read a character
    if( textRead[t]!='"' ) // if that character is a "
    ...
  2. Replies
    3
    Views
    1,169

    Reading a part of a file

    Lets say I have textfile with:

    hello="yoyo"

    how do I get the yoyo in a char[50] variable, without any other text???

    Thanks for help!!
Results 1 to 2 of 2