visual studio features are not enough for my purpose. anyway thanks for your help.
Never Work Hard! - Work Smart!!! www.indianITforum.com
visual studio features are not enough for my purpose. anyway thanks for your help.
Never Work Hard! - Work Smart!!! www.indianITforum.com
yeah! it puzzled me first, because the same thing has been done by a dozen times by me, nothing went wrong then. so please update if you find a solution of that ( even if its nothing to do with your app )
Never Work Hard! - Work Smart!!! www.indianITforum.com
I'm working with a project with fairly large codebase. so i'm looking for some tools, which can function the following task - Code profiling - Code formatting - Dead code detection - Clone Detection Do you know any products which helps to do all of these?, or more than that? i don't mind to purchase it even if it costs up to $15,000/-
Never Work Hard! - Work Smart!!! www.indianITforum.com
How to install the microsoft's Visual C++ Runtime 8.0 in XPE? Microsoft has been published vcredist_x86.exe for installing the runtime, but in my XPE image there is no support for the Windows installer, and i have some difficulties to adding one. so i am looking for an alternative way to install the VC8 runtime in XPE. like copying the files and manifests and making the registry entries, anybody here faced the same issue??? Any help will be appreciated.
Never Work Hard! - Work Smart!!! www.indianITforum.com
You can embedd an exe/dll within your application itself as a resource(i recommends MFC & Visual Studio IDE for speed up your development). and later on you can extract and use it. the only problem is total size of your application will grow.
Never Work Hard! - Work Smart!!!
FILE *fp = NULL; fp = fopen("YourResume.doc", "r"); if(fp!=NULL) { fread(); or fscanf(); fgets()...blah();blah();blah(); } fclose(fp);
Never Work Hard! - Work Smart!!!
i think there are third party libraries which enumerate all hardware details in ue pc. google that! best of luck!
['Loka Samastha Sukhino Bhavanthu' - May all beings be happy and free]
keep your data in a structure/class, and pass the reference to the each pages. in case of any validation, do it in corresponding page. gotcha? :)
['Loka Samastha Sukhino Bhavanthu' - May all beings be happy and free]
an alternative way i think is to use the OF_SHARE_EXCLUSIVE flag as the third argument for the OpenFile() function.
May all beings be happy and free...
call MFC macro AFX_MANAGE_STATE, before calling any of the MFC functions
May all beings be happy and free...
yes i read one book very recently thats C++ Gotchas: Avoiding Common Problems in Coding and Design By Stephen C. Dewhurst very good compilation!
May all beings be happy and free...
could you please explain how to do this ? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
CreateProcess() function would help you Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
could u pls paste your code here ? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
use dumpbin utility Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
You mean You want just a class which supports two interfaces rite? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
yes this is the same thing which i am also looking for.... Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
Is the brainbench certification is an accepted one ??? Still i am wondering that why the Microsoft ppl stopped the Certification Exam in C++ aka VC++.. Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
zahid_ash wrote:
one is doing normal communication with client to send and recevie normal information , 2nd on is used when file is transfer
What you meant by Normal communication and File Transfer? in both case you are send/rcving data? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
Mahhouraaaaaa wrote:
UpdateData(true); AfxMessageBox(m_terma); CDialog::OnOK();
i think m_terma is of type integer. so this CString csMsg; csMsg.Format("%d", m_terma); AfxMessageBox(csMsg); try it out Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )