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

Search:

Type: Posts; User: KAB11

Search: Search took 0.02 seconds.

  1. Re: Can anyone help me with my programming homework please!

    This is what I have so far

    #include <cstdlib>
    #include <iostream>

    using namespace std;

    int main(int argc, char *argv[])
    {
    char a;
  2. Re: Can anyone help me with my programming homework please!

    The asterisks got messed up when I posted the thread but this is what its supposed to look like.

    30395
  3. Can anyone help me with my programming homework please!

    I was assigned some homework today that is to do with while loops, but I am just completely lost here. I understand what while loops are, but I don't know what to do in this assignment. This was the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured