Search:

Type: Posts; User: nickadeemus2002

Search: Search took 0.00 seconds.

  1. Help finding solution to illegal operator

    Hello everyone.

    In the following code, I get a C2296 error when I try to compile in VC++ 6.0. The error reads: error C2296: '/' : illegal, left operand has type 'double [10]'. I have tried to...
  2. Oh, here is another way I was trying to solve the...

    Oh, here is another way I was trying to solve the problem. I am using a void function to dispaly a menu template that has a specific output format. The function is a void function with the...
  3. I just wanted to thank everyone for the help and...

    I just wanted to thank everyone for the help and suggestions. I am new to c++ and this is the second program I am trying to develop. Our CS class books are not updated or very good and our class...
  4. Need help with switch/case selection structure

    Good afternoon all. Here is a function that accepts an int data type for 'product' and selects the appropriate case. I need help with the 'default' option. If a user enters a bad value, I would...
  5. Replies
    3
    Views
    1,077

    Need help understanding !NOT

    Good afternoon everyone.

    I have a simple assignment statement:

    var=((5*67)+!50)

    My problem is understanding the ! (NOT). If something is not 50, it is false, which returns a value of 0. I...
Results 1 to 5 of 5