No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Sorry for the bumb, didn't think i should open a new thread because this discribes exactly my problem. My code: [code=c++] System::Windows::Forms::DialogResult mbResult = MessageBox::Show(this, "text", "Title", MessageBoxButtons::YesNo, MessageBoxIcon::Warning); if(myResult == ::DialogResult::Yes ) { this->Close(); } [/code] It returns the following error: error C2039: 'yes' : is not a member …
Hi, Could some one point me in the right direction. I'm trying to get a value thats in a file between tags. for instance: I'm reading an array out of a file per line example: [code=C++] myArray[0] = "<FILE_NAME>Testfile.dat</FILE_NAME>"; [/code] What i'm trying to do is to read every field …
Hi peeps i've got an problem with space and tabs in a text file. i've build an app that reads a file and creates an array out of every line. this works just fine but then I noticed that the array is cut of after every space and/or tabular. it …
[QUOTE=abrou;542794]save the file as a .txt file or a .CSV (comma separated value) file. I disagree that this is the easiest though, but that's a matter of opinion.[/QUOTE] What would you do? I'm building a application that evaluates data comming out of an excel sheet. there is no other way …
The End.
Nicklorion