Thread: I have a querry regarding to the programming

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    82

    I have a querry regarding to the programming

    Can we do the stuffs like detecting the motion and performing functions or detecting some finger movements from IR cameras and all stuffs using c++ and C# easily.

    or i have seen a Software "VVVV" (vvvv - a multipurpose toolkit | vvvv) this is better??

    if any one have idea regarding this, plz tell me..

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Can we do it with C++? Yes, sure. Will it be easy? Probably not.
    First off, it's low level. You will be working with hardware and hardware is tricky. Secondly, things such as motion is incredibly complex and tricky to get right. Most products don't get it right all the time either. Not even Windows.

    Can you do it in C#? No. The language lacks the required low-level features. That is, unless, you use a toolkit or library or some other building block which is my next point...

    Can you do it with VVVV or some other software/library? Yes, sure. Know that these libraries and software build upon C or C++, but encapsulates it into some higher level abstraction interface. This is a good thing.
    You should definitely use something like this if you can find some good such library/software. Some might expose interfaces that allows you to use languages other than C/C++.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Given your other threads, I'd say you're jumping into the deep end of the pool without knowing how to swim here. Start smaller, learn the language *well*, and then maybe you can work on something like this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 12-11-2011, 04:25 PM
  2. silly C querry
    By vinee in forum C Programming
    Replies: 3
    Last Post: 08-31-2006, 05:31 AM
  3. small programming job VCPP / Object Oriented Programming
    By calgonite in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 01-04-2006, 11:48 PM
  4. Total newb to programming here... Question about the many programming languages. Ty!
    By tsubotakid1 in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 10-05-2003, 10:32 AM