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
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
84
Member Avatar for COKEDUDE

Whats the difference between using CC and CPP as the file extension for C++ programs? I thought C++ use the CPP extension for source files. I was reading this article and saw he used CC. [url]http://community.linuxmint.com/tutorial/view/111[/url]

Member Avatar for myrk
0
218
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
689
Member Avatar for eri24

Hi, i need help or advice on how to start a code i have to write. This is the details of the program with an example: [url]http://www2.cs.uh.edu/~acl/cs1410/prog6.pdf[/url] Any help or advice on how to go about this would be greatly appreciated.

Member Avatar for eri24
0
218