User profile: tajendra

User info
User name:tajendra
Email:tajendra.sengar@gmail.com
Name:Tajendra Singh Sengar
Location:Indore, M.P.
Website:http://tajendrasengar.blogspot.com/
Bio:Enjoys developing program for the practical problems. Mostly i prefer c/c++ as coding language.
Statistical data
Gender:Male
Occupation:Engineer
Skills:C
C++
History
Joined:
Number of posts:48
Latest posts:

Running bat files
Rightly mentioned by giblit here is one way to call the bat files from the code:- >> using system c...

What exactly is threading? What to learn next?
Core Challenges with multithreading programming are to share data between threads , protecting their...

Making exe file from Visual C++ source code
So there are certain workspace file for C++ which you can directly open with some standard editors l...

Making exe file from Visual C++ source code
Just to clarify , Are you able to generate C/C++ based source file with the help of Layout ?

about Boost tregex
try this :- boost::tregex reg(_T("\.*csproj\b"), boost::tregex::icase); Also check list of online...