Search:

Type: Posts; User: thomasak

Search: Search took 0.00 seconds.

  1. Video object recognition: Is it worth it to learn new language for OpenCV?

    Hello everyone,
    I am a beginner+ if I could say that.
    A question to an advanced programmer: I am planning to create a program that automatically identifies an object in a live streamed video...
  2. Yes but it's working perfectly. I spent almost 2...

    Yes but it's working perfectly. I spent almost 2 weeks to solve this simple problem and now it's solved. perhaps the guaranteed standard would be using cbreak() but after spending long hours trying...
  3. Ok, I solved my problem after almost 15 hours of...

    Ok, I solved my problem after almost 15 hours of frustration with an expression found on a forum to clear input buffer:

    fseek(stdin,0,SEEK_END);

    So correcting the code above in my last message...
  4. Replies
    13
    Views
    11,642

    Well in fact XCode is really easy to use.... took...

    Well in fact XCode is really easy to use.... took me 10 mn to learn how to manipulate it. No need for code:blocks on mac as long as I’m concerned
  5. Does anybody has a solution? Even getchar, scanf,...

    Does anybody has a solution? Even getchar, scanf, getc do not work twice in the same program!! it's impossible to use one of these twice in a program!
  6. Replies
    13
    Views
    11,642

    At the end of the day I think I will learn Xcode,...

    At the end of the day I think I will learn Xcode, it's less time consuming than trying to fix Code:Blocks. I'm just too scared of "nightly builds" as I don't understand how those might affect my...
  7. @Salem I have specified above that the code...

    @Salem I have specified above that the code presented in my message is the exact same as in the previous message before main(). There it is if you like:



    #ifndef GETCH_H_INCLUDED
    #define...
  8. back to 0....

    Oh no I have to reopen this. In reality, in the middle of the program, it only works ONCE.... So I can't press another single character during the rest of the whole program.The program above for...
  9. Replies
    13
    Views
    11,642

    I just don't understand why there should be a...

    I just don't understand why there should be a "secret code" for OSX. how could you trust and install that code from a private googledrive server
  10. Replies
    13
    Views
    11,642

    Code Blocks Crashing repeatedly

    Hi everyone,
    My start on this forum was very helpful so I will try to solve another problem here that should have happened to others: Code blocks version 13.12, constantly crashing on Mac OSX...
  11. Thank you rusyoldguy

    Thank you very much indeed! You intended to solve my problem 1 and you did, but unknowingly you also solved my problem 2. All I needed was the last kbhit function in your last code (3rd). As a matter...
  12. I managed to get the information I wanted, but I...

    I managed to get the information I wanted, but I keep getting this message "clang: error: linker command failed with exit code 1 (use -v to see invocation)"

    As an example, this is my code:

    ...
  13. Thank you very much Salem, I will be working on...

    Thank you very much Salem, I will be working on this, I will come back here shortly for a feedback if I had managed to create my program or not.
  14. A very SIMPLE program that is IMPOSSIBLE to create on Mac!

    Hello everyone! This is my first post so thanks for the community for letting me in and hope everybody is in great shape. I am an "amateur" programmer who only knows the C language, pretty much used...
Results 1 to 14 of 14