Search:

Type: Posts; User: Bitojis

Search: Search took 0.00 seconds.

  1. Thread: Borland

    by Bitojis
    Replies
    2
    Views
    887

    Borland

    Hello, I use Borland 6 Builder for my C and C++ projects and I work with Windows. Recently I am hearing that a lot of people donīt like that compiler for windows users. I donīt know why they say...
  2. Thread: recursion!!!

    by Bitojis
    Replies
    3
    Views
    1,381

    Here you have the code of a Fibonacci progresion....

    Here you have the code of a Fibonacci progresion.



    //---------------------------------------------------------------------------

    #pragma hdrstop
    ...
  3. Thread: Press key

    by Bitojis
    Replies
    1
    Views
    899

    Press key

    Hello, Iīm looking for a function with which I can know what key is being pressed and save it in a .txt file, as if it was a keylogger. Can anyone help me?. Thanks
  4. Thread: Array-File

    by Bitojis
    Replies
    4
    Views
    1,122

    It works untill ther is a space. In the .txt file...

    It works untill ther is a space. In the .txt file I have this text "Hello, how are you?", and only prints "Hello,". There is a problem with the spaces, but I donīt know which is.

    Thanks,
  5. Thread: Delte file

    by Bitojis
    Replies
    17
    Views
    2,304

    The first one is the easiest but, I think that...

    The first one is the easiest but, I think that the second one should be the best. ;)
  6. Thread: Array-File

    by Bitojis
    Replies
    4
    Views
    1,122

    Array-File

    Hello, can anyone help me with this code? I know that the problem is caused by the array, but I donīt know how to solve it.


    ...
  7. Thread: Delte file

    by Bitojis
    Replies
    17
    Views
    2,304

    Is there any solution?

    Is there any solution?
  8. Thread: Delte file

    by Bitojis
    Replies
    17
    Views
    2,304

    The file that is using it is explorer.exe, so it...

    The file that is using it is explorer.exe, so it is the windows explorer. But I donīt know why is using it. Any idea?

    Thanks,
  9. Thread: Delte file

    by Bitojis
    Replies
    17
    Views
    2,304

    I am doing a C exercise that says me to do that....

    I am doing a C exercise that says me to do that. This is the first part of the exercise, then I have to use this .exe file to do other things (I donīt know yet whatīll be the use of that .exe).
    ...
  10. Thread: Delte file

    by Bitojis
    Replies
    17
    Views
    2,304

    I also think that the program is runnig by...

    I also think that the program is runnig by itself, but when I look in windows process, I donīt find it, so I canīt stop it.
  11. Thread: Delte file

    by Bitojis
    Replies
    17
    Views
    2,304

    Can you specify it to me, please?

    Can you specify it to me, please?
  12. Thread: Delte file

    by Bitojis
    Replies
    17
    Views
    2,304

    Delte file

    Hello, I have a little problem. I create a file, wich contains text. Here is the code


    //---------------------------------------------------------------------------

    #pragma hdrstop
    #include...
  13. Thread: Files

    by Bitojis
    Replies
    1
    Views
    836

    Files

    Hello, how can I create a file and read it? For example, I want to create a text file, with the text from an array. Thank you!
  14. Replies
    6
    Views
    2,156

    I am having some problems qith this code. ...

    I am having some problems qith this code.

    while((ch=getchar())!='\n' && ch!=EOF);

    The compiler gives me an error that says "Undefined symbol ch". What kind of variable has to be ch? Has to have...
  15. Replies
    6
    Views
    2,156

    Struct and while

    Hi, I have a little problem with this code. When I try to run it, only asks my to write the name (nombre), and jumps to the address (direccion) of the person number 2. Why is happing that?



    int...
  16. Thread: Power

    by Bitojis
    Replies
    21
    Views
    2,369

    Yes, that is a good idea when you canīt use...

    Yes, that is a good idea when you canīt use <math.h>.
  17. Thread: Power

    by Bitojis
    Replies
    21
    Views
    2,369

    Thank you, is very useful web!!

    Thank you, is very useful web!!
  18. Thread: Power

    by Bitojis
    Replies
    21
    Views
    2,369

    Power

    Hi, how can I write a power? For example, I want to do 2^8, or variable "b"^8.

    Thanks,
  19. Replies
    3
    Views
    1,449

    Yes, the problem was that a, b, c had to be float...

    Yes, the problem was that a, b, c had to be float or double. Thanks !!
  20. Replies
    3
    Views
    1,449

    Integer and decimal

    Hello, I have a little problem with "float" and "double". The problem is that in "resultado", always appears a integral number, also when the division or the root result is decimal. I have tried to...
Results 1 to 20 of 20