Search:

Type: Posts; User: xxxrugby

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,270

    Turbo's They Are Back

    http://www.turboexplorer.com/

    What do you say.?
  2. Replies
    12
    Views
    2,112

    I wanna check if DIR == EXIST then put log into...

    I wanna check if DIR == EXIST then put log into it. If DIR != EXIST then make that dir
    Do you know where can I see info with examples for
    <dirent.h> and <dir.h>?


    Second.
    when you ping he put...
  3. Replies
    12
    Views
    2,112

    Dave_Sinkula. Thank you verry much for sprintf....

    Dave_Sinkula. Thank you verry much for sprintf. That help alot on reading code.
    And on sscanf as you can see. I take it.!

    I got some now ides that I wanna make so I have new question
    Now code...
  4. Replies
    12
    Views
    2,112

    Well it's going somehow.! #include...

    Well it's going somehow.!


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    void map_drive(char *ip, char *ipname);
    void copyfile(char *ip, char *ipname);
  5. Replies
    12
    Views
    2,112

    I will do it with C code. And robocopy.exe from...

    I will do it with C code. And robocopy.exe from Win 2k3 Server resource kit.!

    How do you wirte char $ inside C code.! I make
    const char map_path[2] = "c$"
    when I wanna write puts(map_path)
    I...
  6. Replies
    12
    Views
    2,112

    It will be non portable. Everything will work on...

    It will be non portable. Everything will work on Windows XP Pro.
    Toomorow will came more code from me I hope so.!

    Isnt there some header that have COPY source file to DEST file?
    And that have...
  7. Replies
    12
    Views
    2,112

    Can I integrate XCOPY with error handling into C...

    Can I integrate XCOPY with error handling into C code.!
    So If copy fails I can write that into log.
    Something like
    if (filecopy(filename) == ERROR)
  8. Replies
    12
    Views
    2,112

    Read from file and make few things

    Well I have txt files like

    IP | separator | name
    xxx.xxx.xx.xx, name
    xxx.xxx.xx.xx, name
    xxx.xxx.xx.xxx, name

    I wanna read one line then execute commands from it
    I'll map network drive then...
  9. fltk and Drag And Drom Form Builder.? is there any.?

    Is there any compiler or something in what I can use Drag and Drop system on Forms. Like in VB or C#.
    So I dont need to made all coordinats by hand. But I can see them. And coordinate them and move...
  10. Thread: C++ Books

    by xxxrugby
    Replies
    8
    Views
    2,988

    Yep. I download them all. lol

    Yep. I download them all. lol
  11. Thread: C++ Books

    by xxxrugby
    Replies
    8
    Views
    2,988

    Demistyfied C++ is good choice.! But it's without...

    Demistyfied C++ is good choice.! But it's without GUI
  12. Thread: c++ books

    by xxxrugby
    Replies
    13
    Views
    2,508

    Demistyfied C++

    Demistyfied C++
  13. Replies
    18
    Views
    4,151

    Well thanks for all the info. I'll now read all...

    Well thanks for all the info.
    I'll now read all what they have to say on their pages.
    And I'll now think how will I orginize that. and so on.

    I have get lot's of usefull informations.
    Well I...
  14. Replies
    18
    Views
    4,151

    Yes I know for QT. And QT library was my choice...

    Yes I know for QT. And QT library was my choice for start. But then I sow that it's trial for Windows.!
  15. Replies
    18
    Views
    4,151

    Well C# use this .dotNET Framework and lots of...

    Well C# use this .dotNET Framework and lots of stuff created with much more writing.
    Then it's really easyer. Well I tried both. Still GUI C++ is hard for me (I heavent learn it, too much writing...
  16. Replies
    18
    Views
    4,151

    Nope. It can be in C, C++, C# doesent matter.! No...

    Nope. It can be in C, C++, C# doesent matter.! No php, ASP or somethig like that.

    Well I am thinking in C++ or C#.
    80/20 to C# beacuse it's much easyer.
  17. Replies
    18
    Views
    4,151

    Thank you.! I have heard also about Firebird...

    Thank you.!
    I have heard also about Firebird from http://www.firebirdsql.org/.
    What do you think of that.!

    Now I am in dilema about Firebird or MySQL.!

    I will read what they have to say. And...
  18. Replies
    18
    Views
    4,151

    Well I'll Try.! No to finding some good...

    Well I'll Try.! No to finding some good tutorial.! Thanks for spirit building.!
  19. Replies
    18
    Views
    4,151

    About C++ and MySQL or oether free database

    I need to make in one month something like.!
    I create one main computer.! With main logs.

    OK.!
    So I create some C++ GUI .exe and install it on many computers in firm.
    And they all work as...
  20. Thread: Windows cmd?

    by xxxrugby
    Replies
    10
    Views
    1,816

    http://www.infionline.net/~wtnewton/batch/batguide...

    http://www.infionline.net/~wtnewton/batch/batguide.html
  21. Replies
    7
    Views
    1,392

    If you wanna make that your computer Run like a...

    If you wanna make that your computer Run like a Wing. And no overclocking.!

    Just go and Disable some services. And look into HKLM\Run and Delite all that startup programs.!
  22. Replies
    10
    Views
    16,837

    REM this is comment. It will not be used for...

    REM this is comment. It will not be used for nothing.
    REM This is just for you to know what goin on
  23. Replies
    10
    Views
    16,837

    For installing application and not going to...

    For installing application and not going to oether app until this command is over


    @ECHO OFF
    TITLE Installing App
    ECHO Installing Application
    start /wait app.exe
    REGEDIT /S SomeReg.reg
    COPY...
  24. Replies
    6
    Views
    1,473

    Thanks itsme for code.! I forgot to read.!

    Thanks itsme for code.! I forgot to read.!
  25. Replies
    6
    Views
    1,473

    I have HEY editor. But I wanna chage something in...

    I have HEY editor. But I wanna chage something in file. That's always on same adess. And there I wanna change value.!
    So I dont wanna open Hex editor every time. I just wanna start that exe file and...
Results 1 to 25 of 179
Page 1 of 8 1 2 3 4