Go Back   Armenian Knowledge Base > Technical sections > Languages, Compilers, Interpreters

Reply
 
Thread Tools

multiplication
Old 02.10.2001, 01:45   #1
Младенец
 
Join Date: 10 2001
Location: Louisville
Posts: 1
Rep Power: 0
Post multiplication

I know this is a really easy problem, but it's driving me up the wall. I"m writing a program that at a point I have to multiply something in an arry by -1 to mark that I have already been to that point, then when I finish what I am supposed to do I multiply by -1 again to change the array back to normal.

Anyways, my question is this. When I multiply by -1 which the code is squares[start] * -1, it give me the following error

'*': operator has no effect; expected operator with side-effect

Old 02.10.2001, 03:04   #2
Moderator
 
acid's Avatar
 
Join Date: 09 2001
Location: South Korea, Gumi
Posts: 7,699
Blog Entries: 16
Rep Power: 7
Exclamation

Paste code part, which gives you that error, that would help us to give you more specific answer.

acid

Old 02.10.2001, 04:06   #3
Академик
 
greka's Avatar
 
Join Date: 09 2001
Location: inside myself
Posts: 5,369
Rep Power: 6
Post

I think you just have to use braces:

squares[start] * (-1)

<BR> <IMG SRC="smile.gif" border="0"> goood luck.
Reply




Реклама:
реклама

All times are GMT. The time now is 13:27.
Top

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.