Recent Posts

Reading Excel Documents in C++ (xls, xlsx)

1 minute read

Actually this can be done in C# as well. Only thing is, we should use MSVC compiler. I haven’t checked but I think G++ has some problems with that. Feel free...

How to locate the address of an element in array

less than 1 minute read

Eclipse and gdb does not show the address of the element in the array. You might want to know the address to make sure boundaries of the array are correct. Y...