Sorry, it's misprint (from other function... :)
inFile.getline( strLine );
Unfortunately, this function unable to work :( Also it not works in the following aspect:
std::getline(inFile, strLine);
Appear errors:
Hi, people!
I have some problems with reflection a text on CStatic. I read the first line of a text file with this function:
char * o_file(const char *filename)
{
FILE *f=fopen(filename, "r");
if (f!=0)
{
char ch;
char *result=new char[];
int i=0;
fseek(f, 0, SEEK_SET)...
Hi!
I have a table from Access Database (with fields, f.e., 'city' and 'count'). And I want export this table to diagram in Excel (f.e. circle's diagram). How?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.