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
Ranked #3K
~14.5K People Reached
PC Specs
C++ OpenGL Microcontrollers & Microprocessors AI Windows
Favorite Tags

13 Posted Topics

Member Avatar for Labdabeta

Can you write yor code here? Are you sure that you installed MinGW with Code::Blocks?

Member Avatar for Goemon
0
9K
Member Avatar for cahitburak

Hi all. I am trying to build a Binary Linked Trie but fail in basic pointer operations.Following code can be built but in debug or run mode, it breaks and outputs the error. [ICODE]typedef struct node { char ch; node *next; }; struct node *root = NULL; void add(struct node …

Member Avatar for cahitburak
0
965
Member Avatar for ar0n

If the question is "Which engines are best for making best games?" This is the answer: [I]Unreal Engine, CryEngine,[/I] If the question is "Which engines are best for a beginner?" This is the answer: [I]There is a lot[/I] If you answer this question, I think you'll get an healthy answer, …

Member Avatar for arthisoftseo
0
157
Member Avatar for jankeifer

[CODE]if(a[0] == goalTotal) cout << "\nPlayer Wins\n"; if(a[1] == goalTotal) cout << "\nPlayer Wins\n"; if(a[2] == goalTotal) cout << "\nPlayer Wins\n"; if(a[3] == goalTotal) cout << "\nPlayer Wins\n"; if(a[4] == goalTotal) cout << "\nPlayer Wins\n"; if(a[5] == goalTotal) cout << "\nPlayer Wins\n"; if(a[6] == goalTotal) cout << "\nPlayer Wins\n"; if(a[7] …

Member Avatar for cahitburak
0
145
Member Avatar for ishaan3731

You can examine Samuel R. Buss' s glut Four Texture sample. In this sample, there is a RGBImage.h and a RGBImage.cpp to readbmp file. If you examine that, i think you'll learn how to edit jpg file after learning jpg specifications. I can't find the link sorry and pasting the …

Member Avatar for pseudorandom21
0
2K
Member Avatar for cahitburak

Hi everyone. I created a [B]Windows Forms Application[/B] project which is [I]sending data to parallel port[/I] by using [B]inpout32.dll[/B] and I'm having following problems: [INDENT] When I test it on Windows XP, an error occurs "This isn't a Win32 application". Why? When I test it on my pc, it runs …

Member Avatar for cahitburak
0
181
Member Avatar for kedzi0591

[B]Applik(void); ~Applik(void);[/B] Did you realy need [B]void[/B] in function? I don't think so. Are you beginner and using OpenGL, class even process? I'm just watching ;)

Member Avatar for indore8
0
176
Member Avatar for Peram

[QUOTE=gusano79;1654731]That's usually how it works :)What was the problem? Your solution might be useful to others who find this thread.[/QUOTE] If you don't use any [B]delay[/B] function you have to deal with this problem. The cpu or gpu tries to do the things as fast as possible so your program …

Member Avatar for cahitburak
0
219
Member Avatar for Raik.48

I don't understand how much time you have. Especially the platform you are going to build your game to run and ise the game will be 2D or 2.5D? If it'll be real 2D you need simple math coordinate logic with x and y axis else if it will be …

Member Avatar for Raik.48
0
461
Member Avatar for sheennave

Hi. It was my problem too till I've installed VS2011 Developer Preview which is totaly freeand powerfull.

Member Avatar for cahitburak
0
108
Member Avatar for SureshAbraham

If you are developing for Windows, you'll be using the Visual Studio whatever. But if you are developing app that doesn't needs OS specs much I advise CodeBlocks instead of DevC++. And for graphics and mathematic; I advise OpenGL which is very powerfull and simple espacialy for 2D graphics programming.

Member Avatar for Dakot
0
288
Member Avatar for IT FRESH

You can get the time by using structures about time but If you are at the begining, I advice you to get the time ordinaly. for example: [CODE] printf("\nEnter hour(s): "); scanf("%d",&h); printf("\nEnter min(s): "); scanf("%d",&m); printf("\nEnter seconds(s): "); scanf("%d",&s); [/CODE] After getting the acceleration; the formula to calculate velocity …

Member Avatar for cahitburak
0
123
Member Avatar for begyu

number1#number2#number3... #numberx#numbery... You can use a specific character(# in example) and count them to know which coloumn and row it is...Good Luck!

Member Avatar for WaltP
0
154

The End.