User profile: BHill

User info
User name:BHill
Name:BHill
Location:South Texas
History
Joined:
Number of posts:33
Latest posts:

use vcl or clx?
When I try to make a console program, I go to file, new, other, console wizard, and it gives me the ...

Use of "/"
Thank you andywestken, and sorry to the OP for getting it wrong. -BHill

cin.getline()
Did you try giving it a 3rd argument as a terminating character just to see if the error goes away? ...

Use of "/"
try changing x to a float. See what your output is. -BHill

Use of "/"
[code] x y 6 1 ;initiated 6 2 ;x += y/3 = x = 6 + (1/3) = 6.3333 since it ...