Thread: I need help with this last project! Credit Card Program!

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by ClearSights View Post
    I have done the pseuocode but I need it in C++, Im not trying to learn C++, I had a class on it but I decided programming is not for me so I changed but I still need to pass it and its very challenging, I just need this in C++.
    If you are not going to learn it, then just fail. There is no point in succeeding where you do not want to nor have the qualifications to pass.
    We will not help you cheat your way through.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #17
    Registered User
    Join Date
    Oct 2008
    Posts
    1,262
    I'm willing to make a little start for you:
    Code:
    int main()
    {
      return 0;
    }
    There.

    Seriously, though. You're afraid you're going to fail. Well, if you never studied the subject whatsoever, you should. This is the most basic stuff you're talking about, anyone with a remote hint of a brain should be able to do this within 5 minutes, knowing no C, with the links provided.

    I am willing to help you a bit more though: You forgot to check the length of the input in your program. So it would still have false positives.

  3. #18
    Hail to the king, baby. Akkernight's Avatar
    Join Date
    Oct 2008
    Location
    Faroe Islands
    Posts
    717
    Quote Originally Posted by EVOEx View Post
    anyone with a remote hint of a brain should be able to do this within 5 minutes
    Does it demand that much of a person!? :O And I was thinking about doing one of those myself, for learning purposes... :P
    Currently research OpenGL

  4. #19
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    Quote Originally Posted by ClearSights View Post
    Could someone please just help me? Even to get started
    Cprogramming.com: How to Get Started with C++

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need Help With a BlackJack Program in C
    By Jp2009 in forum C Programming
    Replies: 15
    Last Post: 03-30-2009, 10:06 AM
  2. Simple Blackjack Program
    By saber1357 in forum C Programming
    Replies: 1
    Last Post: 03-28-2009, 03:19 PM
  3. Segmentation Fault - aaaaaaaah!
    By yogibear in forum C Programming
    Replies: 6
    Last Post: 10-01-2007, 03:21 AM
  4. Replies: 5
    Last Post: 09-14-2006, 09:47 PM
  5. having problems with my card program
    By mac025 in forum C Programming
    Replies: 4
    Last Post: 01-31-2006, 04:26 PM