I managed to figure out how to read data in from a text file in my program directory. How can I access a text file that is online?
try{
StreamReader^theReader = gcnew StreamReader("http://www.whatever.com/file.txt"); //not the actual address, of course
}...
Sadly, I've been searching a couple hours for a one line way to parse strings into integers. It is such a ridiculously simple task that I'm almost hesitant to post this. Please keep the terminology at a low level as I am extremely new to this language.
Thanks guys!
-David
I'm rather new to C++ but not to programming (up until this morning, I didn't know how to work Visual C++ '05). In an application I'm working on, I need a comboBox that is un-editable. I figured out that I do that by changing the dropDownStyle to dropDownList. It works fine except one thing...
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.