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
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 8

4 Posted Topics

Member Avatar for goody11

Hi goody11, I'm trying to write a similar program where I can display an image in a dialogbox. I've posted a thread on how to do it....but no response from anyone. [url]http://www.daniweb.com/forums/thread210539.html[/url] Now i'm trying to use your program, to see if I can extend it for my purpose. I'm …

Member Avatar for goody11
0
180
Member Avatar for amarucla

Hi All, I'm developing GUI for my project. I'm working in Windows and using VC++ 2008. I've found some examples, on internet using which I've developed a dailog box window (like shown in attached figure) using win32 api. The example has a list box and few buttons. I managed to …

Member Avatar for amarucla
0
364
Member Avatar for rip_snoopy

You can use "map" container from STL which automatically sorts its contents by the key. First split each your lines by "|" token, using tokenizer command of c++, then store each line in the map with course code as key and the full line as value. The map finally contains …

Member Avatar for VernonDozier
0
114
Member Avatar for amarucla

Hi All, I'm working on a GUI project that involves continuously reading data (which is a waveform - like a simple sinusoid) from a file (which gets periodically updated), and displaying it as a pixel-based image. I was able to follow some tutorials online and install Allegro and successfully plot …

Member Avatar for Stefano Mtangoo
0
926

The End.