C#/C++ Tutorials - Improve your understanding of C# .Net
Welcome to the C#/C++t tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on C#/C++ and related languages from all over the internet. If you have any questions about C#/C++ programming or would like .Net Development done for your company please complete ourfree IT quotes form. If you are a company who takes on C#/C++ projects and would like to receive leads from people looking for C#/C++ or other .Net work please complete ourIT suppliers partner form.
Adding the foreach construct to Managed C++
Visual Basic developers are well aware of the foreach construct, but unfortunately, it's absent from Managed C++. Here's a look at how you can add it to your C++ arsenal...
All About: File I/O in C++
This tutorial will start with the very basis of File I/O (Input/Output) in C++. After that, I will look into aspects that are more advanced, showing you some tricks, and describing useful functions...
Changing Target Web Service At Runtime
Some times it may happen that after deploying the web service client the web service is moved to some other location. It would be nice to allow configurable URL so that even if original web service is moved your clients need not be recompiled...
How to Compile C# Programs and Compiler Switches
Compiler CS0234 Error "The type or namespace 'WinForm' does not exist in the class or namespace 'System' ". You go through the code again and again and find no mistakes but still the compiler keeps on crying CS0234 Error. This article contains some tips a...