Zero
05-31-03, 08:27 PM
My compiler won't build this big project I made, and gives me
cposition.cpp:42: passing `const position' as `this' argument of `int position::ncols()' discards qualifiers
My project includes 5 classes, and one driver cpp program.
At first glance, can anyone tell me what is wrong and how I fix it? This is driving me nuts.
cposition.cpp:42: passing `const position' as `this' argument of `int position::ncols()' discards qualifiers
My project includes 5 classes, and one driver cpp program.
At first glance, can anyone tell me what is wrong and how I fix it? This is driving me nuts.