| Bottom | |
|---|---|
| Author |
Thread : On debugging...
|
|
$WITTY_QUOTATION
More Information
|
I guess this is really more of a programming question than a Linux question, but since Linux is pretty much the programmer's OS (for all its great tools) here goes...
|
|
Related Product
|
|
More Information
|
:-D
|
|
More Information
|
Check out DDD
|
|
More Information
|
Those are fine suggestions from linux_0. I only chime in to add my thoughts/experiences on the subject.
|
|
$WITTY_QUOTATION
More Information
|
thank you all for your help and suggestions |
|
More Information
|
|
|
More Information
|
|
|
$WITTY_QUOTATION
More Information
|
I know that in java the equivalent of printf() -- that is before they actually added printf() in 1.5 -- is System.out.println() and for debugging purposes you have Debug.print(). Although I have never used it before, I know that when you type the latter statement, it wont print that statement unless you explicitly turn on "debug mode". Is there somethign analogous to this in c/c++?
|
|
Unorthodox @ Everything
More Information
|
I'm a poor man |
|
$WITTY_QUOTATION
More Information
|
I am not certain i understand what you mean by that last comment. How is it that learning VisualBasic.net makes you poor?
|
|
More Information
|
You can with mono however native languages tend to work a bit better and are more appropriate for most tasks.
|
|
More Information
|
The version of such a system in C/C++ is as follows
|
|
$WITTY_QUOTATION
More Information
|
Thanks! I am going to have to keep that little trick in mind. |
|
Unorthodox @ Everything
More Information
|
I've tryed learning a bit of python, but it just seems confusing to me. the commands just don't hold any meaning to me. I found VB .NET extremely simple to learn, commands and code are easy to remember and it's easy to debug.
|
|
More Information
|
I would recommend perl / php and shell for you then.
|
|
$WITTY_QUOTATION
More Information
|
