hey.... i want a project on computer shop........
could u can plzzz,,,,,,,,,,,......

Recommended Answers

All 7 Replies

could u can plzzz,,,,,,,,,,,......

No. Do your own damn homework, and if you have a specific question or difficulty that doesn't amount to "I'm lazy, gimme gimme gimme", we'll be happy to assist.

commented: I guess it is to hard to read the rules +10

Great, computer shop project sounds like something interesting. Here is a fully working starting point for you ..

//
// Computer shop program (skeleton).
//
// Should compile cleanly on modern compilers.
//

#include <iostream>

int main()
{
    //
    // The program begins, let's display a friendly title ..
    //
    std::cout << "Welcome to the computer shop!" << '\n';

    // Todo: ... 
}

My boss likes to do that. Write the simple structure of code and then litter the hard parts with TODO comments for me to fill in. :rolleyes: It also doesn't help that we have wildly different opinions about simplicity and how code should be structured.

Sure pay me get it EASY isn't it.

My boss likes

Boss??? You mean Dani??? Lol

Boss??? You mean Dani??? Lol

I don't work for Daniweb full time; I'm actually a developer in my regular day job too. ;)

I don't work for Daniweb full time; I'm actually a developer in my regular day job too. ;)

Got it!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.