Search:

Type: Posts; User: DrKillPatient

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    9,878

    May I just add, for this project there will be no...

    May I just add, for this project there will be no programming involved at all. It's strictly paper based, all theory, we dont need to worry about implementing any of these ideas with any coding...
  2. Replies
    1
    Views
    9,878

    beach bar (sims type game)

    Hi all,
    For a university project I've decided to design a beach bar game that has a isometric sims type feel to it. Below is a list of ideas/proposals I've managed to come up with. If anyone has any...
  3. Replies
    4
    Views
    999

    By the way, the program itself should be pretty...

    By the way, the program itself should be pretty easy for even an intermediate programmer to write..
  4. Replies
    4
    Views
    999

    Who wanna make some loot?

    Basically, I got a program that needs to be done before January 16th..but I have other work/life commitments that dont allow me to sit for long periods of time and write this..I'll pay someone around...
  5. Replies
    2
    Views
    8,056

    Wages Calculation Program

    #include<iostream>

    using std::cout;
    using std::cin;
    using std::endl;

    int main()
    {

    int hoursWorked;
  6. Replies
    8
    Views
    2,159

    Got it to work! Thanks ya'll, appreciate...

    Got it to work! Thanks ya'll, appreciate everyone's help. I shall now punch myself furiously for being so dumb haha. peace!
  7. Replies
    8
    Views
    2,159

    Do While Loop Problem

    Hey, sup yall. I gotta write this program that checks an inputted bank account's credit limit against input/expenditures, the code is below



    #include <iostream>

    using std::cout;
    using...
  8. Thanks for your reply man, it's solved part of...

    Thanks for your reply man, it's solved part of the problem, although something still doesn't seem to work properly.

    eg: Centigrade 20 = 68 farenheit

    but no matter what value I enter for...
  9. Centigrade->Farenehit program. Problem, please help.

    Hey whats up all, I've been learning c++ for a few days and at college today we were given an assignment to create a program which takes an inputted value (centigrade) and outputs a farenheit value....
Results 1 to 9 of 9