making a windows form application, have the buttons and the form made, now i need to do the "progrmming" of the thing...
let say button1 is labeled add
when i click button 1, i want it to goto a function, and do something,
lets say the following is my add function
where does the "programming" go in the project?Code:void add(int &x) { x++; return x; }
//edit//
correction, where does my functions go that i am going to call from button presses? (i am taking a console c++ program i made, and making it GUI)



LinkBack URL
About LinkBacks


