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
~323 People Reached
Favorite Tags
c++ x 3
php x 2
Member Avatar for kennycason

Hi, I am currently having a multilingual website developed and the following problems emerged: Japanese text displays perfectly on all pages of the website, on both the user and admin end. However, whenever a mail containing Japanese is sent it turns into gibberish. (I do have Japanese fonts on my …

Member Avatar for kennycason
0
57
Member Avatar for kennycason

hi, I'm running code::blocks on ubuntu linux 8.10. I am writing a game in SDL. i have all the SDL libraries installed. everything worked perfect. including SDL_tff. then my computer shut off and now when i try to run the project again, I keep getting "undefined reference to `TTF_RenderText_Solid`, `TTF_Init`, …

0
62
Member Avatar for kennycason

I've been working at this, ALL day... and stumped I have a class called LinkedList, which I am writing, Everything compiles, but at run time I get a segmentation default error. It occurs when I initialize a LinkedList object. I.e. LinkedList ll; // causes a seg def error at runtime …

Member Avatar for kennycason
0
204