Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Ezequiel

    Debugging with program parameters using gdb

    Hi! I'm trying to debug a program that I execute WITH parameters. When trying to do a gdb programname -par1 -par2 The gdb thinks that -par1 -par2 are parameters for debugging, instead of using them with my program. How can I solve this? Thanks! Eze. --- Ezequiel Glinsky eze@bumeran.com...
  2. Ezequiel

    Timing the execution of a program

    I need a simple script to measure the time it took to execute a program. What can I do? I thought about a shell script that could log the start (current) time, execute the simulation and log the end (current) time. I'm new to Linux, so if any of you can help me, THANKS. Regards. Eze. ---...
  3. Ezequiel

    More granularity with my timer (under Linux)

    I'm using the clock() function in my C++ program. The problem is: I'm getting times like 0, 10 ms, 20 ms, etc. But... what if a part of the program takes 5 ms, 15 ms, or 25 ms, or even more odd values like 7 ms, 11 ms, 12 ms, etc. Is there a way to modify the intervals to let me measure the...
  4. Ezequiel

    Jar file creation - execution

    I FIXED IT GUYS! Thanks anyway. It was a path problem. Eze. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  5. Ezequiel

    Jar file creation - execution

    Hi all! My class files are located in e:\Eze\test\class\test directory I have an application that runs perfectly when I do: E:\Eze\test>set classpath=.;e:\Eze\test\class E:\Eze\test>java test.mainTEST But, when I try to execute it from the jar file I've just created... I receive this error...
  6. Ezequiel

    How to run (and create!) a batch file in Linux

    Hi everybody! I need to run (and, previously, create) a batch file in my Linux. That is, I need to run a couple of programs one by one (in fact is the same program with different parameters). How can I do it? Thanks! Ezequiel. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  7. Ezequiel

    Class browser

    Kde is just for Unix/Linux :-( Any idea on Windows software? --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  8. Ezequiel

    Class browser

    I have a project written in C++ Have you heard of any tool that lets you "browse" the classes, and/or even draw a hierarchy of the classes that have been written? If it's freeware... much better :-) I work under Windows mainly. Thanks! --- Ezequiel Glinsky eze@bumeran.com Buenos...
  9. Ezequiel

    Dhrystone code in C++

    Thanks greatkingrat! That will be useful, for sure. Eze. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  10. Ezequiel

    Dhrystone code in C++

    Thanks a lot greatkingrat but that's not what I need. I really need DHRYSTONE code to "spend" time in the loop, to make some calculations and determine performance. Any ideas? Thanks! Eze. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  11. Ezequiel

    Dhrystone code in C++

    I need to use dhrystone code in a C++ program for Linux/UNIX. In fact, what I need is to call a function that loops 'N' times (the parameter is N, of course). Any of you have any idea/source code/suggestions to share with me? Thanks! --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  12. Ezequiel

    Error compiling a signed applet - File missing?

    I guess that (by mistake) I might have deleted a .jar or zip that could contain that. It's a mess, because I CAN compile it without those lines, but it only works for Internet Explorer (those lines, indeed, are the enable privilege to Netscape). Any idea on WHICH file could be missing? THANKS...
  13. Ezequiel

    Error compiling a signed applet - File missing?

    I used to compile my applet with NO problem... but it seems like I messed it up deleting a file on my Hard disk... or something. I guess I screwed it when I deleted a zip or something because now I receive an error. Now I get: E:\Eze\Facu\Tesis\Java\Graflog\v03>javac graflog.java...
  14. Ezequiel

    Converting string to int

    Great! Thanks John! --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  15. Ezequiel

    Converting string to int

    I'm trying to do the following: int intDelay; string timeIntDelay; (...) if( timeIntDelay != "" ) intDelay = atoi ( timeIntDelay ); While trying to compile I get the following error: rtatomic.cpp: In method `RTAtomic::RTAtomic(const class string & = "RTAtomic")'...
  16. Ezequiel

    Get time with more precision

    I couldn't find any related time function to get the current time :-( Eze. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  17. Ezequiel

    Get time with more precision

    Hi! I need to get the time with more precision than seconds from the machine that is running my c++ program. I would need at least miliseconds. I'm using GNU C++ under Linux. Any ideas? Thanks! Eze. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  18. Ezequiel

    GXL and VRML information

    I'm looking for information about GXL and VRML. Any reliable source on the net you can suggest? Regards. Ezequiel. eze@bumeran.com --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  19. Ezequiel

    X not working - Video problems

    So... I can NOT use Red Hat Linux 6.2 with mi Intel i810?!?! :-( Eze. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina
  20. Ezequiel

    X not working - Video problems

    I guess that's what I've tried with the Xconfigurator, but didn't work :-( Eze. --- Ezequiel Glinsky eze@bumeran.com Buenos Aires, Argentina

Part and Inventory Search

Back
Top