Page 2 of 2

Re: C++ Help

Posted: 23 Sep 2015, 22:27
by Razor
seems to be working right now - so it has to be same letter at the same spot? it wont just count letters that i just guessed no matter where it will be in sentence?

Re: C++ Help

Posted: 23 Sep 2015, 22:33
by Sektor
Yes same location. It can be changed to find any order but I didn't think you needed that.

Re: C++ Help

Posted: 23 Sep 2015, 23:14
by Razor
Well, I just have learned that this program wont run under my XP i prepared it for. What should I do to export that fancy piece of code and make it work under my XP?

Re: C++ Help

Posted: 24 Sep 2015, 07:22
by Sektor
Build as release (not debug). Install this on XP machine https://www.microsoft.com/en-us/downloa ... x?id=48145 or you might just need to include MSVCP140.dll and MSVCR140.dll in same folder as exe.

On this forum, you can surround C++ code with

Code: Select all

[cpp][/cpp]
for c++ syntax highlighting.

Re: C++ Help

Posted: 26 Sep 2015, 09:28
by Razor
I have installed dev C++ and compiled it. Works fine but size of program is a lot bigger (i wanted to put it in floppy drive).

One other thing - i was wondering is there any simple way to make the program "type itself" - so words will apear not at all at once but one by one.