Jump to content

ler variavel


thinkbrunus

Recommended Posts

Boas!

Estou a estudar sobre c++, visto que já mexi em C á alguns anos, julgo que esta seja uma fase de adaptação...entretanto estou a fazer uns testes simples de um manual q é o seguinte:

#include<iostream>
#include <cmath>

int main(){
using namespace std;
double area;
cout << "Qual a área do quadrado?";
cin >> area;
double lado = sqrt(area);
cout << "O lado é " << lado << "." << endl;
return 0;
}

O q está a acontecer-me é q ao inserir o valor da área, o programa termina....

Isto é o q me está a aparecer no debug:

'prjNovo01.exe': Loaded 'D:\MyWork\Projectos C++\prjNovo01\debug\prjNovo01.exe', Symbols loaded.

'prjNovo01.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.

'prjNovo01.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.

'prjNovo01.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_5490cd9f\msvcp80d.dll', Symbols loaded.

'prjNovo01.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_5490cd9f\msvcr80d.dll', Symbols loaded.

'prjNovo01.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.

The program '[3628] prjNovo01.exe: Native' has exited with code 0 (0x0).

Espero q me possam ajudar, parece-me uma questão simples mas mesmo assim não encontro explicação.

Cumprimentos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.