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
~875 People Reached
Favorite Tags
Member Avatar for tgsoon2002

Exactly my main board is MCP61PM-am rev 1.0a. I try to search on support for beep code but they don't have the code for continuous beep, I seach other place they say this main board is awards type and cont can try to reset the settiing.so i tried switch jump, …

Member Avatar for caperjack
0
113
Member Avatar for tgsoon2002

I have know programming for 5 years. but not get any process yet. I want to ask what you do when you get a project and meet some problem? normally we must get the idea, pseudocode, get the flow of program. now i get the flow of program, idea. but …

Member Avatar for Geekitygeek
0
88
Member Avatar for tgsoon2002

I have idea to make program more like plugin. the program for support the coder. you can code by making diagram for the program. I stucking in the idea, [COLOR="red"]how to draw the boxn. the important is you can zoom in zoom out,with connection .[/COLOR] Anyone have any idea what …

Member Avatar for ithelp
0
152
Member Avatar for MattyRobot

I have recently learnt the basics of c++ but I want to advance to making proper GUI's (and games) but I don't know what to use. I think the two most popular libraries are OpenGL and Direct3d but I'm not sure which one to use. could you guide me in …

Member Avatar for MattyRobot
0
118
Member Avatar for tgsoon2002

As I read some tutorial, I just get the idea to input to the file totally replace, overwrite or continue at the end. I wonder any code that in put text in the middle like this brown || I want a V dog.

Member Avatar for tgsoon2002
0
261
Member Avatar for tgsoon2002

Can i have some example for "if string is found" I have no idea what syntax for this. compare, find or seek or what else i don't know?

Member Avatar for boblied
0
64
Member Avatar for tgsoon2002

I have some code to cout the line from file. and to use it to find word in the file. ifstream bfile("test1.txt"); for(int i=0;i<=4;i++) {bfile>> word[i];} for(int i=0;i<=4;i++) {line = line+ " " + word[i]; } cout<< line<<endl; after that use find word in string to find or edit in …

Member Avatar for ArkM
0
79