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
~43.4K People Reached

13 Posted Topics

Member Avatar for bramprakash1989

here is a function to do this [code] //limi is the inferior limit of the range //lims is the superior limit of the range int random( int limi, int lims ) { return ( rand() % ( lims - limi ) ) + limi; } [/code]

Member Avatar for dramatic
0
1K
Member Avatar for Yzk
Member Avatar for Scuppery
Member Avatar for madoverclocker
Member Avatar for OurNation

Unhappy beaver's with their offspring [B]stopped[/B] spanking New Zealand polices and failed to annex Australia.

Member Avatar for torham
0
14K
Member Avatar for eXceed69
Member Avatar for NickyU

I 'm making a game in C++ and I need some help, I want to display a bmp image. I want to read a a bmp file and save the color ids in a matrix. Could you please help me. :)

Member Avatar for mrnutty
0
736
Member Avatar for >shadow<
Member Avatar for NickyU

I start a new thread about this. I need just a piece of code that reads a bmp file. I [B]NEED[/B] this. Every program i made used custom graphic files, and a very unpractical graphic editor made by me . It would be more comfortable to use paint to make …

Member Avatar for NickyU
0
119
Member Avatar for NickyU

i use an older compiler, borland c++ 3.1 and it doesn't have the bool variable type so i made my own bool type [code] enum bool { false = 0, true }; [/code] but always when i try to make comparisons or other thing i get the warning ASSIGNING INT …

Member Avatar for NickyU
0
258
Member Avatar for NickyU

can more variables have the same value in an enum ? eg. [code] enum boolean { true = 1, false = 0, TRUE = 1, FALSE = 0 }; [/code]

Member Avatar for Bench
0
128
Member Avatar for cam875

for each step display each pixel as a a square made out of pixels that grows with each step let me explain : R = red B = blue Y = yellow G = green step 0: RB YG step 1: RRBB RRBB YYGG YYGG (a pixel has become a …

Member Avatar for Salem
0
158
Member Avatar for QuantNeeds
Member Avatar for Lerner
0
307

The End.