hi
i m creating a simple chatting application using dev cpp
i intend to develop and add voice chat and video chat functionality to my application
I m only a beginner but i try n learn fast.... :) i need to know a few things...
1. Any leads on where to start....?
2. How is this done usually (at a professional level)?
3 Are there win32 api (not mfc or nythin else) libraries to do the above and if yes wt r they?
4. if answer to 3 is no then whats the best external libs to do the same....?
It will be a huge help if i could get these questions answered...
thannx a lot for ur patience....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) MSDN
2) Using something other than Win32 - MFC or .NET provide better interfaces to such things
3) See MSDN
4) If you must use Dev-C++, try http://devpaks.org/ for libraries that can be used easily with Dev-C++.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
i m creating a simple chatting application using dev cpp
i intend to develop and add voice chat and video chat functionality to my application
I m only a beginner but i try n learn fast.... :) i need to know a few things...
1. Any leads on where to start....?
2. How is this done usually (at a professional level)?
3 Are there win32 api (not mfc or nythin else) libraries to do the above and if yes wt r they?
4. if answer to 3 is no then whats the best external libs to do the same....?
It will be a huge help if i could get these questions answered...
thannx a lot for ur patience....
1) MSDN
2) Using something other than Win32 - MFC or .NET provide better interfaces to such things
3) See MSDN
4) If you must use Dev-C++, try http://devpaks.org/ for libraries that can be used easily with Dev-C++.