#include <iostream.h>
#include <math.h>
int main()
{
double resul;
resul = 5/2;
cout <<"\n resultado : " << resul;
cout <<endl;
return 0;
}
when I copile it shows
/////////////////////////
5 elevado a la 1/3 es
resultado : 2
Press any key to continue
/////////////////////////
I have many controls in one form, and since they are many
they dont fit on a single screen , so I make the form larger and the Vscroll bar appear but when I run the application the Vscroll bar doesnt work. whats going on?
I copile with no error´s but when I run the a program,
it stops and this appear:
Loaded 'C:\WINDOWS\SYSTEM\KERNEL32.DLL', no matching symbolic information found.
The thread 0xFFE2E58F has exited with code -1 (0xFFFFFFFF).
The thread 0xFFE3189B has exited with code 0 (0x0).
The program...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.