real wrote: > hi > while compiling text this type of error massege came. > i rechecked my text every thing was ok. > > i am not able to understand the massage. pl guide what is the error > > thanks > > Checking file dependency... > Compiling text.cpp... > [Error] text.cpp:54: parse error before `if' > [Error] text.cpp:64: `N' undeclared (first use this function) > [Error] text.cpp:64: (Each undeclared identifier is reported only once > [Error] text.cpp:64: for each function it appears in.) > [Error] text.cpp:64: `n' undeclared (first use this function) > > 5 error(s), 0 warning(s)
Unlike other languages (e.g. PHP), C/C++ requires you to declare your variables and their types before you use them. Show source code if you want more help. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
