I'm not familiar with va_args stuff, but I tried something like below, which *seemed* to work for your test string. I didn't post the entire...
I've tried that EMU before... nice job you've done. You're way further along than I am, but some time ago, I faced the exact same problem as...
Best regards shabbir; thank you for the keeping the site up... :)
cannot resolve simbol xxxx - the lib file doesn't appear to be in the search path of the compiler, or the function cannot be found in the lib -...
I hope each of you has a prosperous and enjoyable holiday season.
I don't know if it will help or not, but some time ago, I found this site for dealing with AVIs using WinAPI. I don't believe it muxes mp3, but I...
Thank you for the reply - I appreciate it. It doesn't look like ES_MULTILINE has any effect; from MS, it *looks* like subclassing is the only...
shabbir, if you've got a few minutes, I was wondering if you could help me with trapping the VK_RETURN message. I've created the combo box as...
Urm... no. gets will betray you as it offers no boundary check. There's nothing preventing a user from trying to stuff 100,000 characters into...
can you use memset? char buffer[6] = { 0 }; memset(buffer, 'r', 5); puts(buffer);
Happy New Year cfanatic; may it be the best one yet for all. :)
is something like below what you're after? #include <iostream> #include <fstream> #include <string> int main() { std::string sbase1,...
Separate names with a comma.