Search results

  1. T

    Anyone does some C++ Programming?

    Hi, So could you point me to some applications you've been compiling using C++ and including some sstream, ostream, ios, bits/*, std/* files ... that would be a good way for me to look at their makefile and source code .... Thanks a lot, -teo.
  2. T

    Anyone does some C++ Programming?

    Hi, I was wondering if anyone who does some serious C++ programming could tell me how they do. I've been trying to compile my applications under os X (using gcc, powerbuilder, ...) and each time I do have the same problem : libstdc++ doesn't seem to contain all the classes/methods at all...
  3. T

    sstream ??

    Hi, I'd like to know if someone has ever compile some C++ code using sstream ? It seems that sstream isn't part of the libstdc++ ... Do I need to write my own standard I/O headers? Also, I'm using Project Builder right now because each time I was trying to compile my C++ code with my...
  4. T

    HOWTO use rcp ?

    Hi, well, that's what I was trying ... and it wasn't working. So I did include in the netinfo /machines/ my hosts with the corresponding IP ... so I can now do my rcp with the hostname instead of the IP. And i get a "Permission Denied" message when I do the rcp .. the wierd thing is that no...
  5. T

    can't logged in as a root

    Hi, have you try to go into the NetInfo manager and then go into 'Domain'->'Security' and 'Enable Root User' ??? it did work fine for me ... you can use 'su' after without any problem ... hth, -teo.
  6. T

    HOWTO use rcp ?

    Hi, I'd like to know if some of you guys have been using rcp to copy files from one computer to an other? I just cannot figure out how to make it works ... can someone give me pointer, directions .... thanks, -teo.
Back
Top