Programming of all types of visual c++
-
There are many kind of visual c++. Got vc++ enterprise,.net,6.0,professional and so on. Is it the programming for all of the software is the same? my degree project is about sound recognition of coin.i will use pc microphone to detect coin dropping sound and i will use vc++ to interface with the pc sound card.moreover, in the gui in vc++, i'll do fft and artificial method to differentiate each kind of coins. i'm a beginner of programming. can anyone give some opinion what kind of vc++ is suitable for my project? thx a lot for ur help. may god bless u all.
-
There are many kind of visual c++. Got vc++ enterprise,.net,6.0,professional and so on. Is it the programming for all of the software is the same? my degree project is about sound recognition of coin.i will use pc microphone to detect coin dropping sound and i will use vc++ to interface with the pc sound card.moreover, in the gui in vc++, i'll do fft and artificial method to differentiate each kind of coins. i'm a beginner of programming. can anyone give some opinion what kind of vc++ is suitable for my project? thx a lot for ur help. may god bless u all.
C++ is C++. now, the difference bitween all the IDE and the plateforms is the functions you call. some exist under windows and not under linux, and vice versa. now, you can do absolutely what you want with Microsoft Visual C++ ; MFC allow you to, but win32 too. see here[^] for an FFT implementation.
TOXCCT >>> GEII power
[toxcct][VisualCalc] -
There are many kind of visual c++. Got vc++ enterprise,.net,6.0,professional and so on. Is it the programming for all of the software is the same? my degree project is about sound recognition of coin.i will use pc microphone to detect coin dropping sound and i will use vc++ to interface with the pc sound card.moreover, in the gui in vc++, i'll do fft and artificial method to differentiate each kind of coins. i'm a beginner of programming. can anyone give some opinion what kind of vc++ is suitable for my project? thx a lot for ur help. may god bless u all.
I should think any. Your biggest isssue is that this will probably need signal processing libraries so choose VC++6 or.NET depending on the libraries you can get. At a rough guess FFT and power spectrum will be very useful. Elaine :rose: The tigress is here :-D
-
There are many kind of visual c++. Got vc++ enterprise,.net,6.0,professional and so on. Is it the programming for all of the software is the same? my degree project is about sound recognition of coin.i will use pc microphone to detect coin dropping sound and i will use vc++ to interface with the pc sound card.moreover, in the gui in vc++, i'll do fft and artificial method to differentiate each kind of coins. i'm a beginner of programming. can anyone give some opinion what kind of vc++ is suitable for my project? thx a lot for ur help. may god bless u all.