Mijalko
Programming and other things
Pages
(Move to ...)
Home
My Blender learnings
▼
Friday, May 16, 2008
Force debugger to stop when some variable change value
›
Sometimes is very useful to know when value of some variable is changed. To force debugger to stop when it happens run debugger to place fro...
1 comment:
Tuesday, May 13, 2008
How to check memmory coruption
›
To check if heap is corrupted set following flag using watch window: {,,msvcrtd.dll}_crtDbgFlag = 5
Saturday, May 03, 2008
Multiple clipboard in Visual Studio
›
C# Shiznit - New Clipboard Manager Upgrade 1.0.0.7
Tuesday, April 29, 2008
Delete all .svn subfolders using Total Commander
›
You can easily delete all .svn sub folders using Total Commander in few steps: Search for .svn (ALT + F7) Chouse Feed to listbox (ALT + L) P...
1 comment:
Friday, April 25, 2008
Set value to unbound column
›
To set value in unbound column cells you have to handle CellFormating event. Then, check DataGridViewCellFormattingEventArgs and set value. ...
Tuesday, April 22, 2008
Compiling .NET to Machine Code
›
Compiling .NET to Machine Code Normally, when a .NET application is run, the JIT (Just In Time) compiler transforms the .NET intermediate co...
1 comment:
Custom WWF Persistence Services
›
I found this great article about making custom WWF persistence service http://www.manuelfoerster.net/wordpress/40/
Open new command prompt for cout
›
If you run your library from environment that don't provide you console window for your messages you can open new one using: AllocConsol...
Total commander and Winmerge
›
In order to use Winmerge as comparision tool add following line to wincmd.ini: CompareTool="d:\Program Files\WinMerge\WinMerge.exe...
8 comments:
stl: list vs vector
›
They solve different problems, so it depends on the "shape" of your data, and which is more important to you, inserting, deleting ...
‹
›
Home
View web version