Search:

Type: Posts; User: tekhawk

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    1,663

    thank you vary much ive used a few programmng...

    thank you vary much

    ive used a few programmng langs already and would like to make my own version of some of the linux apps i use now fix some of the things i dont like about the way they work
    ...
  2. Thread: c++ and vbs

    by tekhawk
    Replies
    3
    Views
    1,519

    c++ and vbs

    i was tring to run some of my vbs scripts from a c++ program using system
    i had no luck does anyone know a alternitive way of doing this
  3. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    well what i really need is a filesystem but i...

    well what i really need is a filesystem

    but i would still really like to know how to get stuff from shell or other programs so that i can slowly convert all of my autmation scripts to c++

    ...
  4. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    err umm the man page for that command make my...

    err

    umm the man page for that command make my head hurt

    anyway i could get that sample on echo command
  5. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    lol ok ill see what the man pages give me

    lol ok ill see what the man pages give me
  6. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    like i said this is just a example i might...

    like i said this is just a example

    i might want to do something like

    capture the info from a ping command

    and use that data in the program
  7. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    if i type into commandline echo "hello world"...

    if i type into commandline
    echo "hello world"
    it outputs
    hello world
    what i want to do is capture that in a string
    this is just a simple example im going to use this for something that makes...
  8. Replies
    14
    Views
    1,663

    i asked this after looking around the QT link you...

    i asked this after looking around the QT link you gave me

    and googling for guides is a good thing but can take hours to find a good one asking someone that knows is a much faster approuch
  9. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    How in the world do you add sigs on this forum i...

    How in the world do you add sigs on this forum i havnt found that out yet
  10. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    i need to caputer the output that ls or echo...

    i need to caputer the output that ls or echo would out put into a string

    echo 'hello world'

    would out put

    hello world

    in term i need to know how to stop that and have it output to a...
  11. Replies
    14
    Views
    1,663

    Sorry see im use to Web Dev and having one place...

    Sorry see im use to Web Dev and having one place to go learn php and one place to learn MySQL ect.

    learning c++ doesnt seem to work the same way and i havnt been having much luck finding good...
  12. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    what is a pipe what im looking at this for is...

    what is a pipe

    what im looking at this for is as a simple fast way to get data back from system functions

    such as the return from starting a program

    or the output of the ls command

    is...
  13. Replies
    14
    Views
    1,663

    i believe that i have QT on my fedora core 4...

    i believe that i have QT on my fedora core 4 machine right now it was a req for some program i wanted to install

    do you know where some online guides for QT might be
  14. Replies
    14
    Views
    1,663

    i know man system lol i just didnt know if you...

    i know man system lol i just didnt know if you where reffering to the linux man pages or not
  15. Replies
    14
    Views
    1,663

    or what are some good APIs to learn for writing...

    or what are some good APIs to learn for writing programs on linux
  16. Replies
    14
    Views
    1,663

    what maual pages the linux ones ones that are...

    what maual pages the linux ones ones that are with compiler "no clue where those are"
    or ones on some site
  17. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    i was looking around the forums and found a topic...

    i was looking around the forums and found a topic like this one in linux programming but there are only 2 messages

    so my question would be do you guys know anything about

    popen()
  18. Replies
    14
    Views
    1,663

    Linux c++ where to now

    anyone know where i can find a good linux geared c++ guide ive finshed most of the stuff this site had on generic c++
  19. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    is >system("ls"); the same as ...

    is


    >system("ls");

    the same as


    std::system("ls");
  20. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    would you guys mind explaning that last bit of...

    would you guys mind explaning that last bit of code



    >system("ls");
    std::system("ls");
  21. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    lol i think im going to like this forum ...

    lol

    i think im going to like this forum

    thanks for the try FYB
  22. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    thank you much dwks you saved me from using...

    thank you much

    dwks you saved me from using the c header FYB wanted me to use

    does anyone know where i can get info on c++ linux functions

    so that i dont havve to totally rely on shell
  23. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    i tried the system(); function last night using ...

    i tried the system(); function last night using

    system("finger");

    and/or

    system('finger');

    could someone show me a sample so i can figure out where i went wrong
  24. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    also whats a good source for linux geared c++...

    also whats a good source for linux geared c++ guides
  25. Thread: C++ and Shell

    by tekhawk
    Replies
    30
    Views
    3,666

    C++ and Shell

    what i want to do is have my c++ program issue shell commands or access my linux command line

    seeing as to how im new to c++ and ive been using linux for a long time this would let me make...
Results 1 to 25 of 25