Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 7
There are 1 users currently browsing forums.
C and C++ Programming C and C++ are both robust and hugely popular programming languages that are used in multiple facets of programming, ranging from games to operating systems to simple text editors. To dicuss and seek advice, ask around here.

Reply
  #1  
Old 11-17-2009
Toddler
 
Join Date: Nov 2009
Posts: 7
Rep Power: 0
Fantastick is on a distinguished road
Thumbs down Problem with memory leaks

Hi!Created application is working toooo slow, looks like there are a lot of memory leaks, there are a lot of pointers. So, please, can you advice some effective tool for run-time errors and memory leaks detection in Visual Studio C++?
Reply With Quote
  #2  
Old 11-17-2009
vento's Avatar
Sexy monkey
 
Join Date: May 2009
Location: Lithuania
Age: 16
Posts: 185
Rep Power: 1
vento is on a distinguished road
Re: Problem with memory leaks

VC++ has a nice debugger built in. At least it is my favourite IDE debugger on Windows.

Time and memory leaks are different things, unless I didn't understand your post. I don't think you can actually debug it. It's more about optimising your code. Debugging is to find a bug/where an error comes from, not for optimising your code. If your code is not too long, try to post it here and write what is it supposed to do, maybe someone can help you. I'll probably try as well.
Reply With Quote
  #3  
Old 11-23-2009
Toddler
 
Join Date: Nov 2009
Posts: 7
Rep Power: 0
Fantastick is on a distinguished road
Re: Problem with memory leaks

I've found a good decision - Deleaker ( Deleaker :: About ).
Reply With Quote
  #4  
Old 12-13-2009
doppan's Avatar
Dop'n
 
Join Date: Dec 2009
Posts: 5
Rep Power: 0
doppan is on a distinguished road
Re: Problem with memory leaks

I'm gonna sound like such a newb.. lol...Whats a memory leak?!
Reply With Quote
  #5  
Old 12-13-2009
vento's Avatar
Sexy monkey
 
Join Date: May 2009
Location: Lithuania
Age: 16
Posts: 185
Rep Power: 1
vento is on a distinguished road
Re: Problem with memory leaks

It's when a program asks for memory, but it doesn't release it. Read more on wiki.
Reply With Quote
  #6  
Old 12-13-2009
doppan's Avatar
Dop'n
 
Join Date: Dec 2009
Posts: 5
Rep Power: 0
doppan is on a distinguished road
Re: Problem with memory leaks

Cheers
Reply With Quote
  #7  
Old 12-14-2009
New Born
 
Join Date: Dec 2009
Posts: 1
Rep Power: 0
code30991 is on a distinguished road
hello

hi

i need c++ programming software ,that can work effectively on windows xp 2005..

and also Java with PIC tools
Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory leaks Konfetka C and C++ Programming 1 07-03-2009 05:06 AM
Memory Manager Based on buckets of fixed-size memory blocks raghuu1234 C and C++ Programming 5 11-06-2008 04:20 AM
Problem with memory legendBz C and C++ Programming 2 08-30-2007 12:39 PM
[Tutorial] Fix Firefox memory leaks sirjavabean Articles, Tutorials, and Guides 6 09-14-2006 10:12 AM