User profile: skarla

User info
User name:skarla
History
Joined:
Number of posts:243
Latest posts:

i need help just a little beginner :)
you have not decalred the "YE" aNd "FR". put: int Ye,Fr;

Help
I am trying to make a progress bar in win32. the error is in this code. [code]INITCOMMONCONTROLS...

please debug my small program
[code]#include <iostream> using namespace std; int main() { char bot[24][79]; for(int i=0;i<24...

An array and subprogram problem
[code]#include <iostream> using namespace std; int min1(int mn , int a[10]) { mn=a[0]; for(int i...

C++ knowledge for game programming
Skarla, how far into C++ are you? I still have a bit more of the basics to cover I know SDL and i ...