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
Ranked #4K
~655 People Reached
Interests
drawing comic.
Favorite Tags

5 Posted Topics

Member Avatar for vishalkhialani

I use Bloodshed Dev c++, for its free but work well, I have bit problem when using .dll and such but probably its because I'm new with c++. Beside i can always find the solution from net. But if .net compability is what you want then I guess visual c++ …

Member Avatar for vijayan121
1
197
Member Avatar for boyet1970

Get bloodshed dev c++, its user interface make it easier for beginner, much easier then typing at notepad and compile it with mingw. Once you install dev c++ you can open their example. Once you got the idea then begin search more tutorial from net. That's how I learn c++, …

Member Avatar for TimeFractal
0
110
Member Avatar for Han1977

I know this might be a stupid question. I was trying to make a game with allegro for fun but it getting longer and longer after a while. Now I know I should divide my project to several files instead put all the code at main.cpp. But how to do …

Member Avatar for Ancient Dragon
0
85
Member Avatar for Han1977

I'm doing a webcomic recently, now I completely idiot with the html so I made several identical html for each page and the navigation between page is just a simple link. Now I heard about frame, I try it but I couldn't make the frame size big enough so my …

Member Avatar for GreenDay2001
0
139
Member Avatar for Quan Chi2

>Quan Chi2: Okay, Im still confused. Can anyone else help? How about this : len = GetWindowTextLength(GetDlgItem(yourwindowhwnd, yourtextboxtID)); if(len > 0) { int i; char* buf; buf = (char*)GlobalAlloc(GPTR, len + 1); GetDlgItemText(yourwindowhwnd, yourtextboxID, buf, len + 1); string filename = buf; GlobalFree((HANDLE)buf); }

Member Avatar for Han1977
1
124

The End.