About Sayed
11 Posted Topics
Hey I want to create an application which gets all the names of the users who liked a Facebook page, because I then will randomly pick 5 users for a specific prize, each week. I am familiar with the graph api and have experimented but cant seem to find the … ![]() | |
Hey so I have a customer form which has two buttons and displays contact data,containing a simple cancel and proceed. The main functionality is behind the proceed on_click handler.Becuase I want to determine whether the the entered details belong to a new person or just edit. I have got the … | |
Re: Am I correct in saying that after you validate youre form you want to run function x from a different php file ?? Why dont you just do an include on the other php file ?? then you can access its functions | |
Am I correctly including all the library files from the directory ?? LIBS += `"C:\openCV24\opencv_bin\lib\*.dll"` Because this line keeps on giving me `C:\openCV24\opencv_bin\install\lib*.dll: Invalid argument` Ive tried looking several places and have altered this line many times but cant seem to get it to work. Can someone please let me … | |
Re: [Click Here](http://www.youtube.com/watch?v=ZewJ4iHQvXY&list=SP2D1942A4688E9D63&index=97&feature=plpp_video) Above is part 1 and below is part 2: [Click Here](http://www.youtube.com/watch?v=9JTooLxhmC0&feature=relmfu) Hope it helps :) | |
Re: Well, I have never tried HTML5, I mean for my studies right now we are creating flash applications however its rumoured that this is the last year they use flash in that course and are going to switch over to HTML5 and javascript. Hopefully get the time to look at … | |
I have a class orders which has its instanced stored in a QMap/Map and has a Key:int, value:order pattern. Everything went fine until I started iterating through the map and accessing the functions of the class.First I was trying to print out the order objects values using it's getter methods … | |
Ive got a basic Qt console application whcih write and then reads back an xml document.I have compiled and ran this without any compilation errors, however for some reason it keeps returning an error code and then wipes clean the actual xml document ??? Can someone please explain why it … | |
Ive just started going through and developing basic applications using the win32 API, and couple of times I have come across people mentioning that directly using win32 is not wise...I've just started using the library and personally think its nice and easy to use. However Ive been seeing things like … | |
Hey so for a couple of months now Ive been facinated with c++ and have been going through various tutorials and examples of creating console based applications dealing with arrays,pointers, classes, etc.So I really want to get into the GUI side of it. But from word of mouth I hear … | |
Ive been handed a project for my studies asking me to make a ordering system for a theoritical restaurant. The system itself will run on a stand alone machine (platform not specified). The system requirement itself isnt too tedious, listing them down: * When an order is created, its status … |
The End.