hey does anyone what these errors mean:
-----------------------------------------------------------------
--------------------Configuration: a1 - Win32 Debug--------------------
Compiling...
a1.cpp
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(46) : error C2146: syntax error : missing ';' before identifier 'bSq'
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(47) : error C2146: syntax error : missing ';' before identifier 'rightNum'
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(48) : error C2146: syntax error : missing ';' before identifier 'bSqMINrightN'
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(49) : error C2146: syntax error : missing ';' before identifier 'discrim'
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(50) : error C2146: syntax error : missing ';' before identifier 'denom'
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(51) : error C2146: syntax error : missing ';' before identifier 'root1'
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(52) : error C2146: syntax error : missing ';' before identifier 'root2'
C:\Documents and Settings\Jinu\My Documents\Stuff\C++\Development\a1.cpp(55) : error C2146: syntax error : missing ';' before identifier 'cout'
Error executing cl.exe.