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
~1K People Reached
PC Specs
Dell Studio 17 Intel Core 2 Duo, 4GB RAM, 500GB hard drive, ubuntu 10.10
Favorite Tags
c++ x 5
gui x 3

4 Posted Topics

Member Avatar for myrk

Hello, I'm currently working on a simple SFML game using its 2D library. Here's the part of the code the problem is coming from: [code=C++] data.SetCenter(data.GetSize() / 2.0F); data.Resize(50,50); data.SetColor(sf::Color(255,255,255)); [/code] If I remove the call to SetCenter, the square shows up fine. But when I add the call to …

Member Avatar for chrjs
0
86
Member Avatar for COKEDUDE
Member Avatar for myrk

Hello, Can anyone suggest a GUI library that meets the following criteria? * Cross-Platform * Doesn't control the main loop * Not 100% object-oriented; similar to Xlib :) * Not many pointers please (like FLTK that every object is a pointer) * Free to use for closed source and open …

Member Avatar for Stefano Mtangoo
0
709
Member Avatar for eri24

You can use the rand function with the range of the ASCII characters you want and put the numbers into chars.

Member Avatar for eri24
0
220

The End.