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

Search:

Type: Posts; User: Shinisama

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,529

    Very simple problem.

    Hello guys, Thank you for your help on my last question. I have another very simple question. I have been trying to figure this out for a while, and since my professor doesn't help me in the class I...
  2. Replies
    4
    Views
    1,426

    Re: Help with a small class program?

    Never mind lol I'm retarded. I got it, I was using an int for the variable, not a char. Thanks for the help!
  3. Replies
    4
    Views
    1,426

    Re: Help with a small class program?

    Alright, after a little bit more research I figured it out (at least I thought.) This is what I came up with:
    #include <iostream>
    using namespace std;
    int main ()
    {
    int day;
    ...
  4. Replies
    4
    Views
    1,426

    Help with a small class program?

    Hello,

    So I am new here, from what I have seen people here know what they're doing :) (not that my question is hard at all). So I am taking a programming class at my school. I have dabbled...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured