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

7 Posted Topics

Member Avatar for 11silversurfer1
Member Avatar for Nick Evan
0
155
Member Avatar for 11silversurfer1

hi i have searched the net to find how to make an edit box but i havent found anything. Please help thanks

Member Avatar for 11silversurfer1
0
55
Member Avatar for 11silversurfer1

this really weird thing is happening when i try to find my mouse position of my window. If i put it to the top left of the window it is fine but as it goes further down and across it goes weird. It is really hard to explain, but is …

Member Avatar for 11silversurfer1
0
327
Member Avatar for 11silversurfer1

Hi I am having great trouble with making my bitmap fit properly on a 1024x768 full screen window. The length is correct but the vertical is too long. I have searched the net and it has said that the size goes up in squares eg 2, 4, 8, 16, 32, …

Member Avatar for 11silversurfer1
0
472
Member Avatar for 11silversurfer1

Hi, I was wondering with the menu bar how to open, save and make a new file on the menu bar [code] case MENU_FILE_ID_OPEN: { //something to open the file } break; [/code] i have no idea at all how to do this, i have searched the net but it …

Member Avatar for 11silversurfer1
0
157
Member Avatar for justinclev

[code] int load = 0; while (load < 100) load++; cout << "loading" << load << endl; [/code] this may go fast make another int eg int count = 0; if count = 1000 do the stuff then it will = 0. else count++;

Member Avatar for 11silversurfer1
0
135
Member Avatar for vadan

somewhere in the program settings you can go to includes and it will say additional includes and put the directory of your temp file in there. same with library files. I only know dev c++ so dont know how to do it on other compilers

Member Avatar for Ancient Dragon
0
76

The End.