Click here to Skip to main content
15,894,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help Needed Pin
KarstenK29-Sep-08 0:12
mveKarstenK29-Sep-08 0:12 
AnswerRe: Help Needed Pin
an891-Oct-08 0:33
an891-Oct-08 0:33 
QuestionProblem with /clr and static lib Pin
n1pabs28-Sep-08 22:42
n1pabs28-Sep-08 22:42 
AnswerRe: Problem with /clr and static lib Pin
Saurabh.Garg28-Sep-08 23:18
Saurabh.Garg28-Sep-08 23:18 
GeneralRe: Problem with /clr and static lib Pin
n1pabs28-Sep-08 23:30
n1pabs28-Sep-08 23:30 
GeneralRe: Problem with /clr and static lib Pin
n1pabs28-Sep-08 23:56
n1pabs28-Sep-08 23:56 
AnswerRe: Problem with /clr and static lib Pin
_AnsHUMAN_ 28-Sep-08 23:18
_AnsHUMAN_ 28-Sep-08 23:18 
Questionmemory leak Pin
SRKSHOME28-Sep-08 20:42
SRKSHOME28-Sep-08 20:42 
Hi, Is there any memory leak in the below code... if there are how can resoleve it.thaks..

class test<br />
{<br />
	int a;<br />
public:<br />
	test(int i):a(i){}<br />
	void diplay(test* tst)<br />
	{<br />
		int i  = tst->a+30;<br />
		cout<<i<<endl;<br />
	}<br />
	~test(){}<br />
};<br />
<br />
int main()<br />
{<br />
	<br />
		<br />
  test* test1;<br />
  test1->(new test(20)); //debugger telling me here is memory leak.<br />
	<br />
return 0;<br />
}<br />

AnswerRe: memory leak Pin
Sauce!28-Sep-08 21:09
Sauce!28-Sep-08 21:09 
GeneralRe: memory leak [modified] Pin
SRKSHOME28-Sep-08 21:23
SRKSHOME28-Sep-08 21:23 
GeneralRe: memory leak Pin
Sauce!29-Sep-08 18:07
Sauce!29-Sep-08 18:07 
GeneralRe: memory leak Pin
SRKSHOME29-Sep-08 18:24
SRKSHOME29-Sep-08 18:24 
AnswerRe: memory leak Pin
KarstenK28-Sep-08 21:16
mveKarstenK28-Sep-08 21:16 
AnswerRe: memory leak Pin
_AnsHUMAN_ 28-Sep-08 21:19
_AnsHUMAN_ 28-Sep-08 21:19 
AnswerRe: memory leak Pin
Saurabh.Garg28-Sep-08 21:21
Saurabh.Garg28-Sep-08 21:21 
QuestionArray Size Pin
TeVc++28-Sep-08 20:19
TeVc++28-Sep-08 20:19 
AnswerRe: Array Size Pin
MANISH RASTOGI28-Sep-08 20:33
MANISH RASTOGI28-Sep-08 20:33 
GeneralRe: Array Size Pin
TeVc++28-Sep-08 20:43
TeVc++28-Sep-08 20:43 
GeneralRe: Array Size Pin
MANISH RASTOGI30-Sep-08 18:25
MANISH RASTOGI30-Sep-08 18:25 
AnswerRe: Array Size Pin
ThatsAlok28-Sep-08 20:37
ThatsAlok28-Sep-08 20:37 
GeneralRe: Array Size Pin
TeVc++28-Sep-08 20:52
TeVc++28-Sep-08 20:52 
GeneralRe: Array Size Pin
Sauce!28-Sep-08 21:00
Sauce!28-Sep-08 21:00 
GeneralRe: Array Size Pin
santhoshv8428-Sep-08 21:10
santhoshv8428-Sep-08 21:10 
AnswerRe: Array Size Pin
KarstenK28-Sep-08 21:18
mveKarstenK28-Sep-08 21:18 
QuestionRe: Array Size Pin
CPallini28-Sep-08 21:45
mveCPallini28-Sep-08 21:45 

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.