What problems do you have exactly?
What problems do you have exactly?
the console looks like this
QTAssignment1.cpp(48) : error C2664: 'removeItem' : cannot convert parameter 1 f
rom 'void' to 'int' Expressions of type void cannot be converted to other types
NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE"' : return code '0x2' Stop.
Well... you have an error in QTAssignment1.cpp file on line 48 --- open your favorite editor (i.e. vimOriginally Posted by vvbkumar
) and fix it.
Most likely you are trying to obtain a return value from a function that doesn't return anything.
vvbKumar,
Maybe we can help you better if you can show us your piece of code.
- Shobhit
The Keyboard Is Mightier Than The Sword!
Bookmarks