How to modify a code in C Programming? |
| |
|
|
|
New Poster Posts: 2 Topics: 2
|
|
|
February 22, 2010, 02:57:24 AM
|
|
How can you modify a code in c programming?
« Last Edit: February 22, 2010, 06:33:07 AM by Admin »
|
|
| |
|
|
|
New Poster Real name: Raghu
Location: Chennai
Gender: 
Age: 21
Posts: 5 Topics: 0
|
|
|
June 06, 2011, 08:09:55 AM
|
|
:ops What you are trying to ask!!!
|
|
| |
|
|
|
Skilled Coder Posts: 149 Topics: 0
|
|
|
June 07, 2011, 05:46:29 AM
|
|
plz check for errors and according to that modify the code.........
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 09, 2011, 02:00:20 AM
|
|
Uhmmmm..are you asking for a software or how as in how to read where the error or your code is or which in the codes makes your program work that way?
|
|
| |
|
|
|
New Coder Real name: Shaun
Posts: 34 Topics: 0
|
|
|
June 12, 2011, 10:58:14 AM
|
|
You need a proper compiler like Turbo C++ or Dev C++ for running C program, I think you should read good C++ book like Robert Laford's Book.
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 12, 2011, 11:32:50 PM
|
|
Very confusing question O_O He wont reply O_O
|
|
| |
|
|
|
Skilled Coder Posts: 149 Topics: 0
|
|
|
July 04, 2011, 05:55:18 AM
|
|
Very confusing question O_O He wont reply O_O
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
July 05, 2011, 12:26:41 AM
|
You just copied what I said john 
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 22, 2011, 12:54:50 AM
|
|
I think use of debugger will definitely solve your problem.
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
July 24, 2011, 10:17:06 PM
|
|
Debugger is definitely a solution here. It can guide you to where your errors are and so on.
|
|
| |
|
|
|
Regular Coder Posts: 73 Topics: 2
|
|
|
August 03, 2011, 02:53:19 AM
|
|
Did you specify -pg when compiling?
hxxp: sourceware. org/binutils/docs-2. 20/gprof/Compiling. html#Compiling
Once it is compiled, you run the program and then run gprof on the binary.
|
|
| |
|
|
| |
|
|
|
Regular Coder Posts: 88 Topics: 10
|
|
|
August 19, 2011, 02:51:48 AM
|
|
in which tool you made program
|
|
| |
|
|
|
New Poster Real name: Harry Hyden
Location: Singapore
Gender: 
Age: 31
Posts: 4 Topics: 0
|
|
|
September 13, 2011, 02:16:37 AM
|
|
Debugger is only the way i think to solve this problem
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
September 16, 2011, 10:38:09 AM
|
|
Under a posix os u can dynamically load shared libraries nice easy solution.
|
|
| |