poringgunner
Active member
- Joined
- Feb 23, 2014
- Messages
- 42
- Programming Experience
- Beginner
hi.. how can i do that things?
exmple i have textbox or richtextbox that contain this:
#include<stdio.h>
int main();
{
int a,b;
int c;
printf("Enter two numbers: ");
scanf("%d, %d", &a,&b);
c = a + b;
printf("The sum of two numbers is: %d", c);
getch();
}
i want the int a,b; and int c; put into a label or string.. but i dont know how to do that.. plss help.
exmple i have textbox or richtextbox that contain this:
#include<stdio.h>
int main();
{
int a,b;
int c;
printf("Enter two numbers: ");
scanf("%d, %d", &a,&b);
c = a + b;
printf("The sum of two numbers is: %d", c);
getch();
}
i want the int a,b; and int c; put into a label or string.. but i dont know how to do that.. plss help.