Quantcast
Channel: Visual C++ Tips
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Search for Symbols in Visual Studio more Easily

Ever tried VisualAssist? Yes man, Its a killer product. The feature that I like most is its Symbol Search. You can specify words and it will list symbols that contain those words. Its very useful if...

View Article



Image may be NSFW.
Clik here to view.

How to generate XML Schema from XML file?

Ever wondered how to generate XML schema from XML file? Indeed, a lot of 3ed party tools can do it for you. But as usual, any easy way? You can use Visual Studio IDE itself to generate XSD from XML...

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.

How to Get Project Build Time?

Many times i lost my temper by waiting for the re-build to be finished. So i just attempted to tune and reduce the build time by removing unnecessary includes. At that time I just wondered how to get...

View Article


Image may be NSFW.
Clik here to view.

How to set Focus to Different Control on Dialog Startup?

Do you want to set the focus to another control on displaying Dialog? Or tried SetFocus() to another control in OnInitDialog() and want to know why its not working? The answer for your ‘Focus’ question...

View Article

Image may be NSFW.
Clik here to view.

C++ Union – Is it still Relevant?

Do you remember the old days, where memory was a premium? At that time, unions were used to save memory by merging multiple variables. Gone are the days where we had memory constraints. Now we have...

View Article

Image may be NSFW.
Clik here to view.

How to Tokenize String? Different Tricks in Trade!

I still remember my first project which I did seven years back. In that I got a task to split a string which contains ids separated by slash. I wrote a big snippet of string parser code by using...

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


Image may be NSFW.
Clik here to view.

How to check whether the thread is alive or dead?

In multi-threaded environments, sometimes we need to check whether a given thread is alive or not. But how can we check it? Picture courtesy – Erica Marshall You can use the function –...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images