Search:

Type: Posts; User: ivandn

Page 1 of 2 1 2

Search: Search took 0.02 seconds; generated 47 minute(s) ago.

  1. Replies
    1
    Views
    1,974

    contact info

    If interested you can reach me at [email protected]
  2. Replies
    1
    Views
    1,974

    C++ Programmer Needed in London

    I need one solid C++ professional to join my team at a London derivatives trading company.

    Very strong C/C++ person with or without finance experience please contact me.

    Ivan
  3. Replies
    1
    Views
    2,240

    Dimension Data Type

    I have come accross a datatype called Dimension in some Motif windows code.

    Does any one know where this data type is define?

    i.e. is it a Motif data type or standard C type ?
  4. Thread: simple shell

    by ivandn
    Replies
    3
    Views
    2,155

    it worked thanks!!!!!!!!!

    it worked thanks!!!!!!!!!
  5. Thread: simple shell

    by ivandn
    Replies
    3
    Views
    2,155

    RATHER THAT WAS $TEXT not TEXT

    RATHER THAT WAS $TEXT not TEXT
  6. Thread: simple shell

    by ivandn
    Replies
    3
    Views
    2,155

    simple shell

    I have a variable COMMAND that contains

    COMMAND="grep \"TEXT\" myfile"

    when i echo $COMMAND I get

    grep "DOG CAT" myfile

    when i execute
  7. Replies
    0
    Views
    1,402

    localtime_r bug?

    Hi,

    I am calling localtime_r in a multithreaded Solaris program. The tm structure is being assigned 0 for is_dst sometimes and 1 sometimes. The times are off by an hour in some threads.

    Has...
  8. Replies
    3
    Views
    11,902

    shell random number

    Hi.

    Does anyone know how to generate a random number in a shell script?

    Thanks,
    Ivan
  9. Replies
    3
    Views
    10,064

    Very Cool!

    Very Cool!
  10. Replies
    2
    Views
    1,692

    OK, FYI // this wouldn't work for cout

    OK,

    FYI

    // this wouldn't work for cout << a + b;
    friend ostream& operator<< (ostream& out, MyClass &obj);

    // this works for cout << a + b;
    friend ostream& operator<< (ostream& out,...
  11. Replies
    2
    Views
    1,692

    overloaded operators

    Hi!

    Has anyone done much with overloaded operators.

    I've got a '<<' and a '+' which work fine but when I try to do,

    cout << a + b;

    it says no match for ostream& << MYCLASS
  12. Replies
    3
    Views
    10,064

    makefile parameters

    Hi is there a way to retrieve several parameters passed to the make command from within a makefile

    I tried using @0 @1 @2 but this didn't seem to work.

    Thanks
  13. Replies
    15
    Views
    5,682

    Thanks everyone for their help. I finally came...

    Thanks everyone for their help. I finally came up with some code to reverse the list i am happy with. Here it is in case you are curious.

    void ReverseList()
    {
    struct Node *a=NULL, *b=NULL,...
  14. Replies
    15
    Views
    5,682

    I dont like the way the attachment worked out. ...

    I dont like the way the attachment worked out. Here is the framework. Thanks again anyone who can give this a try. I have been banging my head for 2 days on this.

    struct NameNode
    {
    char*...
  15. Replies
    15
    Views
    5,682

    reverse a singly linked list

    Can anyone reverse a singly linked list in a graceful manner?

    Thank you for your help.
  16. Replies
    2
    Views
    950

    You should be able to find a library for this on...

    You should be able to find a library for this on the web somewhere but you can always write a sockets program that connects to the server and issues an HTTP Get command (i think this should work ;) )
  17. Replies
    6
    Views
    1,799

    Also check MSDN under console functions for...

    Also check MSDN under console functions for SetConsoleCursorPosition
  18. Replies
    6
    Views
    1,468

    If you are windows then you can use getch() in...

    If you are windows then you can use getch() in conio.h

    if you are on linux then turn off echo and set the io to read immediately and not wait for enter key. (Check Linux Programming book for how...
  19. Thread: Need a function

    by ivandn
    Replies
    2
    Views
    967

    Could you post the exact assignment.

    Could you post the exact assignment.
  20. Replies
    4
    Views
    5,727

    no glut.h needs xwindows but if you are doing...

    no glut.h needs xwindows but if you are doing serious data visualization for a parrallel process application I would seriouslly consider writing a XWindows app with OpenGL if at all possible.
  21. Replies
    4
    Views
    5,727

    Assuming you are talking about XWindows and not...

    Assuming you are talking about XWindows and not console programs their are some XWindows graphics functions, but if you want portable code can use Mesa (OpenGL) which is an install option on redhat...
  22. Replies
    27
    Views
    2,844

    +1 for console emacs

    +1 for console emacs
  23. Replies
    1
    Views
    1,864

    program return value

    Hi,

    Does anyone know how I can print out the return value from the main function on the shell command line?

    Thanks!
  24. Replies
    3
    Views
    1,406

    Yeah but that is cheating. The image will be...

    Yeah but that is cheating. The image will be more choppy if you rotate 4 degrees at a time
  25. Replies
    21
    Views
    2,885

    Actually if you are programming exclusively for...

    Actually if you are programming exclusively for Windows, DirectX is made for Windows and thus is probably better.

    If you are coding on UNIX or some other platform or the code you write may need to...
Results 1 to 25 of 49
Page 1 of 2 1 2