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
~540 People Reached
Favorite Forums
Favorite Tags
Member Avatar for welcomepro

Hi to all... for my little application, i wanto t draw a sequence of string (with different size, from array, in a rectangle that i can resize. I draw it with point or with rectangle and stringformat object?? Thak you...

Member Avatar for mrnutty
0
55
Member Avatar for welcomepro

Hi to all, i want to save an array of tchar with his value in the map, as std::map<TCHAR [100], int> word; but when i say [CODE=C++]insert(pair<TCHAR [100],int>(text,1))[/CODE] the error is: cannot specify explicit initializer for arrays... Why????

Member Avatar for welcomepro
0
370
Member Avatar for welcomepro

Hi to all, i have a little problem with my little application. I create a graphic object where i draw a series of text. I create it with [CODE=C++]Graphics gg(hdc)[/CODE] where hdc in the handle context of the screen ( BeginPaint ). Now i want to save this graphics object …

Member Avatar for welcomepro
0
115