Click to See Complete Forum and Search --> : C# or VC++ please help me


Jaffer
March 10th, 2003, 06:52 PM
Hello,

I am to provide a Videochat Konfrenz Tools something like Netmeeting as Thesis (diploma)
I have good knowledge and experience in VC++ 6, and am thereby me to C # to be changed over
I do not point which programming language is better I to use VC++ or C#?

* Short description:
_________________
Production of a Videochat Konfrenz Tools with modular structure for the integration of further
divisors e.g. for the transmission of files, coding of data, etc..

* possible programming languages:
- C
- c++
- C #
* Modules:
- audio/video module
- Textchat
- file transmission
- Kryptomodul

* Requirement for Basis progarmm :
- range measurement and adjustment
- Monitorinfunktionen for moderators
- open Komunikationsprotokoll for simple extension and/or.
- integration of further modules

* Requirement for video/audio module:
- possibilities for the Recording
- Snapshotfunktion (JPG)
- optionally integration differently codecs
- dropbake to JPG Push with niedriegen ranges

* Operating systems: - win 98/NT/Me/2000/XP

indiocolifa
March 13th, 2003, 10:25 AM
I would stick with Visual C++, its harder to debug and use, but its much faster since VC compiles to native code.

In VC, you can go with plain WinAPI programming or with MFC (or with other API-wrapping classes, like WFC)

C# is an important language, but it`s not as flexible and powerful like VC (and not as fast!)

indiocolifa
March 18th, 2003, 11:27 AM
compare, for example, the bunch of optimization options found in VC6, or VC.NET, with the non-existent options for optimization found in .NET languages (C# and VB.net).

VC++ is a solid compiler and very fast.

Of course, you may try another compilers such as Devc++ and Open Watcom (both free), Borland C++ Builder, Metroworks Codewarrior, etc.