How to modify a code in C Programming? |
| |
 |
Reputation Power: 1

| | 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 »
|
|
|
|
| |
 |
Reputation Power: 1

| | New Poster Real name: Raghu Location: Chennai
Gender:  Age: 22
Posts: 5 Topics: 0
|
|
|
June 06, 2011, 08:09:55 AM
|
:ops What you are trying to ask!!!
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 149 Topics: 0 |
|
|
June 07, 2011, 05:46:29 AM
|
plz check for errors and according to that modify the code.........
|
|
| |
 |
Reputation Power: 6

| | Professional Coder Real name: Odusee Location: Australia
Gender:  Posts: 455 Topics: 46  |
|
|
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?
|
|
| |
 |
Reputation Power: 1

| | 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.
|
|
| |
 |
Reputation Power: 6

| | Professional Coder Real name: Odusee Location: Australia
Gender:  Posts: 455 Topics: 46  |
|
|
June 12, 2011, 11:32:50 PM
|
Very confusing question O_O He wont reply O_O
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 149 Topics: 0 |
|
|
July 04, 2011, 05:55:18 AM
|
Very confusing question O_O He wont reply O_O
|
|
| |
 |
Reputation Power: 6

| | Professional Coder Real name: Odusee Location: Australia
Gender:  Posts: 455 Topics: 46  |
|
|
July 05, 2011, 12:26:41 AM
|
You just copied what I said john 
|
|
| |
 |
Reputation Power: 3

| | Professional Coder Posts: 227 Topics: 7 |
|
|
July 22, 2011, 12:54:50 AM
|
I think use of debugger will definitely solve your problem.
|
|
| |
 |
Reputation Power: 6

| | Professional Coder Real name: Odusee Location: Australia
Gender:  Posts: 455 Topics: 46  |
|
|
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.
|
|
| |
 |
Reputation Power: 5

| | Professional Coder Posts: 244 Topics: 85  |
|
|
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.
|
|
| |
|
|
| |
 |
Reputation Power: 2

| | Regular Coder Posts: 88 Topics: 10  |
|
|
August 19, 2011, 02:51:48 AM
|
in which tool you made program
|
|
| |
 |
Reputation Power: 1

| | 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
|
|
| |
 |
Reputation Power: 17

| | Code Guru Gender:  Posts: 1403 Topics: 86  |
|
|
September 16, 2011, 10:38:09 AM
|
Under a posix os u can dynamically load shared libraries nice easy solution.
|
|
| |