Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: ramrooney [x]
Answer 11 Apr 2013   license: CPOL
Hi David,Actually there is some restrictions in using this API. And these restriction are related to OS and the location from which you are deleting the files.Please refer to the "Requirements" sections of the MSDN link shared...
Answer 1 Apr 2013   license: CPOL
Hi,Did you try to link the ws2_32.lib file(in your application dependency settings) in your 64 bit machine ?
Answer 1 Apr 2013   license: CPOL
Hi,Your copy constructor will be called, if the object does not exist. Otherwise your assignment operator is used to copy the values from one object to another already existing object. In your question in both cases your assignment operator will be invoked because your object already exist.
C++
Answer 28 Mar 2013   license: CPOL
hi can you share you drop down related code so that we can suggest if there is anything to be changed.
Answer 27 Mar 2013   license: CPOL
Hi,you should pass the input parameters for both the methods. calculatePay(hourlyRate, noOfHoursWorked)DisplayPaySlip(fullName, noOfHoursWorked, employeeNumber, hourlyRate, weeklyPay)And getDetails() works fine because there is no input parameters.Bye.
Forum Message 27 Mar 2013  
Hi, This is possible, when the file mentioned is not present in the corresponding path or the file name is wrong you get the file handle as -1. And its crashing because, you are trying to close
Answer 27 Mar 2013   license: CPOL
Hi,Did you check the values of the "inc" and "Maxrows" when you are trying to execute more than once. Is your 'if' condition satisfied ?
Answer 27 Mar 2013   license: CPOL
Hi,Try this code below,declare these variables globally, and the code that follows inside WinProc()HBITMAP bitmap;HDC hdcMem; case WM_PAINT: hdc = BeginPaint(hWnd, &ps); hdcMem = CreateCompatibleDC(hdc); SelectObject(hdcMem,...
Forum Message 26 Mar 2013  
Hi moonstalker, Here is the solution for your problem, #include "stdafx.h" #include <string> int _tmain(int argc, _TCHAR* argv[]) { FILE *fHnd = fopen(

Page 1 of 1


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid