Quantcast
Channel: Visual C++ Tips » Uncategorized
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Watch byte streams in Memory Window more easily.

Assembly programming! It fascinates me always. I love sending packets of data to hardware, parsing back the replies, etc. You might be using BYTE arrays for doing such stuffs. well, in that case,...

View Article



Image may be NSFW.
Clik here to view.

How to check whether the Pointer is allocated in Stack or Heap in Debug?

What if you call delete operator by using a stack pointer? Like that, while writing frameworks sometimes we expects the pointer that gets passed to the function should point a valid memory block which...

View Article

Image may be NSFW.
Clik here to view.

How to restrict the tree control labels to be integer?

Tree Controls supports label editing and by default it accepts all kind of chars for label. But is there any trick to restrict the input label to be an integer? Yes. You can. When user starts editing...

View Article

Image may be NSFW.
Clik here to view.

How to set Font for Static Text Controls?

By default, static text is displayed in normal fonts. And you don’t have any option to make it bold or italic or underline. Is there any way to enable these styles and change the font of the static...

View Article

Image may be NSFW.
Clik here to view.

How to Parse Virtual Table?

Virtual Table is one of the most fascinating stuff for C++ programmer. Well, did you ever peek into virtual table, which is the real engine of virtual functions? The first 4 bytes of an objects points...

View Article


Image may be NSFW.
Clik here to view.

How to Change the Display Orientation?

Are you using Windows XP? Press Ctrl+Atl+DownArrow, and then Ctrl+Atl+UpArrow. The screen changes its orientation upside down. isn’t it? But how to turn the screen, upside down programmatically? Image...

View Article

Image may be NSFW.
Clik here to view.

How to get the CPU Name String?

While taking the System properties, you have noticed the processor name string. For instance, in my laptop it is – “Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz“. Ever though about how to get this...

View Article

Image may be NSFW.
Clik here to view.

WeSeeTips moving to new Home!

Dears, Its been a very long time, I know. But rejoice! WeSeeTips is moving to its new home. Due to several personal and technical reasons, the migration was a bit delayed. Anyway, We will be back soon...

View Article


Image may be NSFW.
Clik here to view.

WeSeeTips Reloaded!!!

Dears Visual C++ Enthusiasts , At last the migration is successfully completed. It was a bit painful though. Encountered a lot of issues, but lucky was able to solve it without much trouble. Now...

View Article


Image may be NSFW.
Clik here to view.

Tool Review: CppDepends – C\C++ Static Analysis Tool

I just want to introduce a new tool that I met recently. Its the CppDepends! its a wonderful tool which can do static code analysis and generate lot of metrics. It has got CQL( Code Query Language) by...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images