Forum: C# Jul 4th, 2009 |
| Replies: 3 Views: 453 That's really helpful. Thanks.
If that is so, can any moderators move my topic over? Thanks. |
Forum: C# Jul 3rd, 2009 |
| Replies: 3 Views: 453 Hi all. I'm a newbie at C# so help me out here.
I want to create a multi-lingual website/application that operates very similar to this web site: http://www.online-tech-tips.com/ (the "Translate... |
Forum: C++ Apr 23rd, 2009 |
| Replies: 1 Views: 832 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: 291 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: 291 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: 291 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: 291 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: 291 --------------------------------------------------------------------------------
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... |