Search:

Type: Posts; User: Ignited

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    961

    Help w/ gcount()

    I want to ask, does gcount() return the amount of characters or bytes read?

    And can anyone give me an example on how to use it? :p

    Thanks in advance! ;)
  2. Replies
    2
    Views
    5,676

    Getting a line of text in Dev-C++

    It seems that cin.getline is unrecognized in Dev-C++ is there some other function I can use?

    I haven't tried fgets() since I want to stick to the C++ style.

    Thanks.
  3. Replies
    3
    Views
    1,683

    Thanks that did the trick.... Sorry about the...

    Thanks that did the trick....

    Sorry about the simple mistakes I'm kinda new to FILE I/O and some of the things there were automatically put in since I was using Dev-C++ 4.9.9.2

    Thanks again :)
  4. Replies
    3
    Views
    1,683

    Simple File I/O problem

    The problem is simple enough...

    Here the "read" part of my program..


    #include <cstdlib>
    #include <iostream>
    #include <fstream>

    using namespace std;
Results 1 to 4 of 4