No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
I believe G++ recognizes .cc, .c++, .cpp files.
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 …
You can use the rand function with the range of the ASCII characters you want and put the numbers into chars.
The End.
myrk