No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- drawing comic.
5 Posted Topics
Re: 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++ … | |
Re: 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++, … | |
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 … | |
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 … ![]() | |
Re: >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); } |
The End.