Click here to Skip to main content
16,010,268 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: disk space of an object Pin
David Defoort22-Mar-02 23:23
David Defoort22-Mar-02 23:23 
GeneralRe: disk space of an object Pin
Marcus Spitzmiller23-Mar-02 4:04
Marcus Spitzmiller23-Mar-02 4:04 
GeneralStack problems Pin
Steve Severance22-Mar-02 15:30
Steve Severance22-Mar-02 15:30 
GeneralRe: Stack problems Pin
lilei22-Mar-02 16:03
lilei22-Mar-02 16:03 
GeneralRe: Stack problems Pin
Tim Smith22-Mar-02 17:07
Tim Smith22-Mar-02 17:07 
GeneralRe: Stack problems Pin
Nish Nishant22-Mar-02 20:30
sitebuilderNish Nishant22-Mar-02 20:30 
GeneralRe: Stack problems Pin
Tim Smith23-Mar-02 4:13
Tim Smith23-Mar-02 4:13 
GeneralC2440 Pin
22-Mar-02 14:17
suss22-Mar-02 14:17 
C:\Windows\Desktop\Project3\Partition.cpp(178) : error C2440: 'type cast' : cannot convert from 'int (__thiscall Partition::*)(void)' to 'int'
Conversion is a valid standard conversion, which can be performed implicitly or by use of static_cast, C-style cast or function-style cast
int MemoryManager:: searchList(int pID)
{
	LinkedList<partition>* current;
	LinkedList<partition> first = Li.info();
	current = &first;
	Partition tempPartition = current->info();
	while((current != NULL) && (((int)tempPartition.getProcessID) == (int)pID))
	{
		current = current->next();
	}
	return 0;
}
<\pre>

could anyone tell me how do i fix this thank you.

GeneralRe: C2440 Pin
Nish Nishant22-Mar-02 14:23
sitebuilderNish Nishant22-Mar-02 14:23 
GeneralRe: C2440 Pin
22-Mar-02 14:34
suss22-Mar-02 14:34 
GeneralRe: C2440 Pin
Nish Nishant22-Mar-02 14:43
sitebuilderNish Nishant22-Mar-02 14:43 
Generalseveral Threads.....trying to access same array item Pin
22-Mar-02 14:01
suss22-Mar-02 14:01 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:13
sitebuilderNish Nishant22-Mar-02 14:13 
GeneralRe: several Threads.....trying to access same array item Pin
soptest22-Mar-02 14:11
soptest22-Mar-02 14:11 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:15
sitebuilderNish Nishant22-Mar-02 14:15 
GeneralDid I say something different? Pin
soptest22-Mar-02 14:53
soptest22-Mar-02 14:53 
GeneralRe: Did I say something different? Pin
Nish Nishant22-Mar-02 16:02
sitebuilderNish Nishant22-Mar-02 16:02 
GeneralRe: several Threads.....trying to access same array item Pin
22-Mar-02 14:18
suss22-Mar-02 14:18 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:18
sitebuilderNish Nishant22-Mar-02 14:18 
GeneralRe: several Threads.....trying to access same array item Pin
22-Mar-02 14:37
suss22-Mar-02 14:37 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:39
sitebuilderNish Nishant22-Mar-02 14:39 
GeneralRe: several Threads.....trying to access same array item Pin
22-Mar-02 14:49
suss22-Mar-02 14:49 
GeneralLinking to a Win32 DLL Pin
Don Burton22-Mar-02 13:57
Don Burton22-Mar-02 13:57 
GeneralRe: Linking to a Win32 DLL Pin
Nish Nishant22-Mar-02 14:12
sitebuilderNish Nishant22-Mar-02 14:12 
GeneralRe: Linking to a Win32 DLL Pin
Don Burton22-Mar-02 14:47
Don Burton22-Mar-02 14:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.