CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: f0rumh4x

Search: Search took 0.03 seconds.

  1. Re: have en error: expression must have integral or enumtype

    Is there one specific resource that would be a good reference for understanding floating point better that I can be directed to. I am always looking for more material... I can search multiple...
  2. Re: have en error: expression must have integral or enumtype

    Thank you very much...that worked. Now to keep studying.
  3. have en error: expression must have integral or enumtype

    #include <iostream>
    #include <iomanip>
    using namespace std;
    //chose to use #define since columns/rows are a constant in the program
    #define x 5
    #define y 3

    int main()
    {
    //declare variables
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured