Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am trying to make a project on payment gateways.
Now ,the person who is guiding me on this project told me to build a socket client and socket server using QT (quick technology).

He also told me some other suff too i.e. some kind of messageing format :confused:to use.


I want to say that i don't know anything about this whole thing at :doh: present i.e about Qt /messageing format.. but i want to make this a working project by my own .
I need your help to understand the concept.
Please show me he right path.

I knew general c/c++ & little bit of java .
Please suggest me the starting point for my project.

I am not requesting any ready-made code , i am just requesting to help me to start my project by suggesting me the steps that i must take to complete my project.

and one thing more .. i don't know anything about network programming.


please HELP me..... :(( :((


thanks
Posted

1 solution

Hi,

1. Windows or Linux?
2. If windows then WinSock2

3. If linux then socket (7)

4. QT: here

It is a good start for network programming. Personally I've implemented payment processing scripts. So I think I may help you.
 
Share this answer
 
Comments
gateway23 24-Aug-10 16:13pm    
i'll use linux.

so,now i should start learning socket(7)???
great to hear that there is someone who can help me... ;)

so what can be my next step...
start learning QT...
Nyarost 24-Aug-10 16:49pm    
Well, socket interface works at lower level then QT. QT is wrapper for many functions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900