PDA

View Full Version : Sending sms and gprs data using Qt



malikSnisar
20th May 2011, 08:35
i am new to qt, pls help me for sending sms and gprs data sending using qt,,,,

high_flyer
20th May 2011, 14:01
How can we help if you didn't explain what is the problem you have?

malikSnisar
23rd May 2011, 08:31
yeah you are write,, actualy i dont know how to use QT ,,, i m a VB Programmer and never work on C++.. even i dont know how to start.. i had istalled the QT Development frame work and also run some demos but still in trouble

FelixB
23rd May 2011, 08:35
ok, keep cool.

now, please explain exactly what you want to do. by the way, if you have no experience in qt and c++, why do you want to use it?

high_flyer
23rd May 2011, 09:21
Programmer and never work on C++..
This is not really practical.
You can't program C++ without knowing C++.
Just like you can't speak any language before you learn it.
And there is nothing we can do to help you with this.
You have to learn C++ first, or if you know python or Java you could uses these with Qt.

malikSnisar
23rd May 2011, 09:31
bc i want to develop a survey form which runs on nokia devices and use GPS location and data can be send throu gprs or sms.

i had worked on java a bit years later

squidge
23rd May 2011, 13:14
C++ knowledge is a prerequisite of learning Qt, so I would suggest you learn C++, then learn Qt before writing your application.

malikSnisar
25th May 2011, 05:51
thanx squidge........... do you know any gud online resources to learn c++ and Qt........

ChrisW67
25th May 2011, 06:43
You could start here (http://www.cplusplus.com/doc/tutorial/) or here (http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html) for C++.

For Qt you should read the overview material in the documentation that comes with Qt. If you don't have at least some C++ understanding then this may be difficult.