Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
8% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
12
Posts with Downvotes
10
Downvoting Members
7
3 Commented Posts
0 Endorsements
~834 People Reached
Member Avatar for sDanyal

I am going to build a 3d racing game but i failed to make sky. Can anyone tell me that how can i create sky in game Please tell me some methods or tricks for creating sky. Also can anyone give me example program which is compile-able so that i …

Member Avatar for SgtMe
0
167
Member Avatar for sDanyal

I have installed windows 7 which has a built-in intel graphics media accelerator. But there is no option available to check and change its properties. So the problem is that i am building a 3D game in OpenGL but when i run it a message appears that this program has …

Member Avatar for Valaraukar
0
153
Member Avatar for sDanyal

This is a incomplete code Complete this code by using Dev C++ for practice[code]#include<stdio.h> #include<conio.h> #include<stdlib.h> #include<strings.h> #include<iostream.h> #include<dos.h> #include<time.h> #include <cmath> #include <windows.h> void sleep( clock_t wait ) { clock_t goal; goal = wait + clock(); while( goal > clock() ) ; } void gotoxy( int x, int y …

Member Avatar for dusktreader
-2
413
Member Avatar for sDanyal

Please download the attachment to run this program OR To download this program paste the following address in browser address bar SNIP This program is written in Dev C++. If you are interested to view it's code then --mail me SNIP Please download this program and tell me by replying …

-1
47