C++ Help

Talk about anything here that isn't related to the other topics.
Razor
Lunatic
Lunatic
Posts: 456
Joined: 19 Jul 2008, 14:14
GH nick: Razor, R
Location: Poland / Szczecin
Contact:

Re: C++ Help

Post 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?
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: C++ Help

Post by Sektor »

Yes same location. It can be changed to find any order but I didn't think you needed that.
Razor
Lunatic
Lunatic
Posts: 456
Joined: 19 Jul 2008, 14:14
GH nick: Razor, R
Location: Poland / Szczecin
Contact:

Re: C++ Help

Post 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?
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: C++ Help

Post 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.
Razor
Lunatic
Lunatic
Posts: 456
Joined: 19 Jul 2008, 14:14
GH nick: Razor, R
Location: Poland / Szczecin
Contact:

Re: C++ Help

Post 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.
Post Reply