Search:

Type: Posts; User: bhorrobi

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    987

    coping char into a string

    Good day

    I have a program that opens a telnet session then sends and receives information from the telnet pipe. Most of the program works but I can't seem to capture the information from the...
  2. Replies
    2
    Views
    1,474

    multiple nak strings

    Good Day!!

    I am creating a program to send and receive input from a telnet session in C/C++.
    I create the pipes, can send and receive and look for an "ack" string and "nak" string ok.
    Now I want...
  3. Replies
    1
    Views
    1,255

    flash programming

    Good Morning

    I am running an Apache web server with RH 7.3 as the OS. Is there a program for linux that I can use to write flash animation programs?
  4. Replies
    2
    Views
    1,916

    CCFLAGS & ctr0.o

    Using a Makefile what does CCFLAGS normally
    contain?

    What is crt0.o and how does one create it?

    Thanks:)
  5. Replies
    1
    Views
    1,053

    Compiling two .o files and get error

    I have two small .cpp files that I compile to an
    .o file like this:

    g++ -c scantest.cpp
    g++ -c scanini.cpp

    These file seem to compile ok.
    I then take them and compile them together
    like...
  6. Replies
    4
    Views
    1,855

    Thanks you!

    Thanks you!
  7. Replies
    4
    Views
    1,855

    That was quick thanks. Is this a new format? ...

    That was quick thanks.
    Is this a new format? Why would it work ok in my old compiler?
  8. Replies
    4
    Views
    1,855

    ISO C++ forbids declaration of

    Hi I am in the process of porting an 8 yr old program from a a Linux PC kernal 1.3.45 to a newer PC with RH 7.1. When I recompile the program I get the error

    "ISO C++ forbids declaration of...
  9. Replies
    2
    Views
    1,632

    recursive search

    I am doing a recursive searching the "C:\" drive on a Windows PC with FindFirstFile and FindNextFile. I am not the administrator and the program stops when I hit a directory that when I do a ls -l...
  10. Thanks for the information what I was looking for...

    Thanks for the information what I was looking for is on the other board.. :)
  11. Thread: crt0.o

    by bhorrobi
    Replies
    0
    Views
    1,253

    crt0.o

    On a LINIX PC how do I create crt0.o?
  12. search a directory and all subdirectory for a file in windows

    I am writing a program for a windows PC and need part of the program to search a directory and all
    sub directories. I've tried FindFirstfile and FindNextFile but they just search the currect...
  13. Replies
    1
    Views
    907

    Problem fixed the code worked.

    Problem fixed the code worked.
  14. Replies
    1
    Views
    907

    writing to a child

    I'm writing a program with different moduals and functions. Basically the program opens a child
    using a fork than execl and pipes are created to
    communicate between parent and child. What I...
  15. Thread: structures

    by bhorrobi
    Replies
    2
    Views
    805

    structures

    I'm trying to write a C program using GCC with four different moduals. e.g. 1.cpp, 1.h, 2.cpp, 2.h etc. I would like to build a structure that
    all moduals can use. I have a structure in 1.h
    and...
  16. VC++ launching and communicating with telnet session

    I want to write a VC++ program for a WINNT and
    win2000 system that will open or spawn a (child telnet session ( I am using C:\WINNT\TELNET.exe).
    I can open the program with _spawn but can't find...
  17. Thread: Srpm

    by bhorrobi
    Replies
    1
    Views
    1,230

    Srpm

    :) I am using RedHat 7.1 and trying to build a binary from an $$$.src.rpm. I can't find the how to for SRPM's can anyone point me in the right direction. Thanks in advance
  18. Remotely accessing an NT PC from a Unix C++ program

    I am using a locked down NT PC to telnet to a UNIX box and execute a C++ program. On of the functions I would like the C++ program to do is
    put a script into the TEMP directory of the PC I am...
Results 1 to 18 of 18