Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. enqueoshy

    why 5/2 is not 2.5

    #include <iostream.h> #include <math.h> int main() { double resul; resul = 5/2; cout <<"\n resultado : " << resul; cout <<endl; return 0; } when I copile it shows ///////////////////////// 5 elevado a la 1/3 es resultado : 2 Press any key to continue /////////////////////////
  2. enqueoshy

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ operator

    does C ++ support the ^ operator?? what should I use for this kind of operations? (b^2 * 2*Yc/3)^(1/3) please help?
  3. enqueoshy

    vscroll bar

    I have many controls in one form, and since they are many they dont fit on a single screen , so I make the form larger and the Vscroll bar appear but when I run the application the Vscroll bar doesnt work. whats going on?
  4. enqueoshy

    kernel32.dll

    I copile with no error´s but when I run the a program, it stops and this appear: Loaded 'C:\WINDOWS\SYSTEM\KERNEL32.DLL', no matching symbolic information found. The thread 0xFFE2E58F has exited with code -1 (0xFFFFFFFF). The thread 0xFFE3189B has exited with code 0 (0x0). The program...

Part and Inventory Search

Back
Top