So, here's the thing, I need to make an application that receives SMS from mobile phone (via 3G, Wi-Fi) and I need to store received data in database or some sort of a file. Any suggestions would be nice, also, as I'm total beginner in Cpp, it would be nice to give me some sort of examples.
If you're a total beginner at c++, it would be best to go through the tutorial on this site first: http://cplusplus.com/doc/tutorial/ .
Secondly, this is kind of a specific question which would require a certain set-up (receiver on your computer) and libraries. You may have more luck getting answers on what you will need on the "General C++ programming" forum.