I have a nice project going in DBP but am also learning C++. I want to port my DBP stuff to DarkGDK. I have been playing around with GDK code to see how things work. I couldn't get dbInput() to work. Finally figured that out. How do you get dbPrint() to print on the same line? here is some psudo code
dbPrint("Print your name: ");
dbInput(),name
All I can get it to do is print under the print statement
Also I have tried using straight c++ in DGK projects. cout and cin commands. I can get a blank screen to co me up but nothing else, using the same example as above. It compiles but can't see anything. I have read somewhere that you have to do something to get a console window over your DGDK project window. Why?
Why can't you just start an empty win32 console project and include darkGDK.h and go from there? I will be trying this!
Thanks
Dragonslayer