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...

Eclipse doesn’t index lines in ifdef

less than 1 minute read

Yes Eclipse has an internal parser and that parser builds and indexes your code so that you can work on it easily. If a definition is not in build, eclipse a...