What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Plugin Help C++ opening file

Plugin Help C++ opening file
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin Help C++ opening file
code:
if(nRandom == 0) {
    ifstream b_file("QTS1.txt");
    b_file>>str;
    strcpy(sResult, str);
    b_file.close();
}
Same code, with added bracyness. That should clear a lot of the errors you're having, if not all.
[Image: spartaafk.png]
08-13-2004 09:51 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Plugin Help C++ opening file - by crank on 08-12-2004 at 02:02 PM
RE: Plugin Help C++ opening file - by RaceProUK on 08-13-2004 at 09:51 AM
RE: Plugin Help C++ opening file - by crank on 08-13-2004 at 05:23 PM
RE: Plugin Help C++ opening file - by RaceProUK on 08-13-2004 at 06:53 PM
RE: Plugin Help C++ opening file - by crank on 08-17-2004 at 01:35 PM
RE: Plugin Help C++ opening file - by Tochjo on 08-17-2004 at 01:40 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On