Forum: C++ Jul 20th, 2006 |
| Replies: 54 Views: 77,903 That's true, but this is good practice to write code in such a manner where minimum optimization required:) |
Forum: C++ Jul 18th, 2006 |
| Replies: 54 Views: 77,903 I Think this approach will save the time for developer but it will consume more cpu cycles, It's true that fgets enters new line character at the end of string so take the length of string and modify... |