Forum: C++ Apr 23rd, 2009 |
| Replies: 1 Views: 884 I am trying to read data from an ini file. I have read the MSDN website regarding this function, but I don't have the slightest idea on how to implement the syntax.
Can anyone post a sample code... |
Forum: C++ Apr 22nd, 2009 |
| Replies: 8 Views: 297 Hmm...I was trying to read the last string from each line and store it somewhere so I can retrieve it and append it to the file names that I am going to delete.(wow long sentence. i hope that makes... |
Forum: C++ Apr 21st, 2009 |
| Replies: 8 Views: 297 Awesome. Thanks.
The code that you post works. I tried to change it a little by using the method as mentioned in the link you provided, but got a funny "Visual Studio Just-In-Time Debugger" Window... |
Forum: C++ Apr 21st, 2009 |
| Replies: 8 Views: 297 Hmm wait a minute...let me clarify something.
The configuration file "config.ini" is the file that I want to read data from.
The file "LogDelete.txt" is the text file I want to first, create,... |
Forum: C++ Apr 21st, 2009 |
| Replies: 8 Views: 297 Ah ok. Thanks for the clarification. I was just roaming around google for the "LogDelete.txt" part and just put the pieces that I found together. :P
What do you mean by "parse the inifile"?
The... |
Forum: C++ Apr 21st, 2009 |
| Replies: 8 Views: 297 --------------------------------------------------------------------------------
Hey all. I'm a newbie at C++ and hope that you guys can guide me along. I recently got assigned a project and is... |