QR-Code Generation How to?

Nov 9, 2011 at 10:56am
Hello everyone
i though if i could make a QR-Code Generation that would be very very cool.
but i don't know how. Can you guys tell me how can i code it?
i really don't want to use a library, i want to do it all by myself.
I had a crappy year in programing and i feel if i could do this, then i could do anything.
Last edited on Nov 9, 2011 at 10:57am
Nov 9, 2011 at 11:23am
Hi , What exactly do you want ?
Nov 9, 2011 at 11:32am
just where to start and how can i exactly code it. like to code something you have to know how it works, my problem is i dont know how QR code works and generate the picture.
Nov 9, 2011 at 11:38am
Start with the menu options and the let the user enter the choice in the menu . make seperate function that provide the information on the item of the menu selected . use switch statement to call the function of the menu items .

if you want to make the class for the you call also do it providing the function of seperate items .
Nov 9, 2011 at 11:47am
yes i know that is all nice and easy but my question is how to generate the picture. how will this phone number for example "0557716033"translate from numbers to QA code picture ?

this is website does exactly what i need. but how to make one like this but in c++?
http://qrcode.kaywa.com/
Last edited on Nov 9, 2011 at 11:48am
Nov 9, 2011 at 12:02pm
you have to create algoritm for it for the generation of image .
Nov 9, 2011 at 12:04pm
ok any idea what is the algorithm to make a QA code?
thank you for your help really :D
Nov 9, 2011 at 12:30pm
closed account (1vRz3TCk)
Is this any good to you: http://www.swetake.com/qr/qr1_en.html
Nov 9, 2011 at 1:14pm
Yes CodeMonkey ..this link contains large amount of information on which algorithm can be created .
Thanks
Nov 9, 2011 at 4:22pm
thank you soooo much CodeMonkey, that was very very helpful.
also thank you bluecoder for helping me. :D
Topic archived. No new replies allowed.