Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~8K People Reached

8 Posted Topics

Member Avatar for dionisov

Hello, I know the basics of C++, PHP, JavaScript and VB I've read for C++ from rly old books so some things may have changed. Now I've started reading Advamced-2D-Game-Development by Jonathan S. Harbour. He has given a source code of an 2d game engine using DirectX. This is what …

Member Avatar for apneweb
0
266
Member Avatar for dionisov

Ok my question is: How I can create a window into my window.(My dialog is ready in .rc file) I want to complete my level editor for my new game but I've got problem with the toolboxes. I've got one white filled window with menu. Menu>>Tools>>Object Manager. When this is …

0
106
Member Avatar for dionisov

Hello, I'm currently trying to figure out how I can get the information in ASE file and put it in my own arrays. Heres an example of ASCII scene export: [CODE]*3DSMAX_ASCIIEXPORT 200 *COMMENT "AsciiExport Version 2,00 - Fri Aug 26 13:58:27 2011" *SCENE { *SCENE_FILENAME "" *SCENE_FIRSTFRAME 0 *SCENE_LASTFRAME 100 …

Member Avatar for dionisov
0
602
Member Avatar for stupendousomega

Can't u use an array? [CODE] #include <iostream> using namespace std; main() { short variable_number; cin >> variable_number; int *my_var = new int[variable_number]; for(int i = 0; i< variable_number; i++) { my_var[i] = 1; } return 0; }[/CODE]

Member Avatar for dionisov
0
7K
Member Avatar for dionisov

I'm developing chat program. I have database on my webhosting where I store rooms and memebrship tables... I created the client, but I still cant do the server side of the program. It must be in win forms app.(I use .Net 3.5)Every tutorial\Sample of server side is for Console app. …

Member Avatar for dionisov
0
202
Member Avatar for dionisov

How can I do the same thing with other shaped like rectangle? I know that I need x,y,widht,height but it still don't do my rec. Any ideas?

Member Avatar for kvprajapati
0
100
Member Avatar for dionisov

I have memebrship system with mysql database. In the table I have comumns named Username, password, information... I have to found the row with the username who have logged in and put the text from information column in textbox...

Member Avatar for meffe
0
99
Member Avatar for dionisov

I'm sure that I have seen this somewhere here, but I want to ask how I can make membership system in windows forms application? The database must be in hosting. I don't know how exacly to connect to it. It says that it can't find the database server.

0
69

The End.