Coder Social home page Coder Social logo

coffee-shop's Introduction

Hi there, I'm Hieu ๐Ÿ‘‹

I'm a Student!

  • ๐Ÿ”ญ Iโ€™m currently studying at Hanoi University of Science and Technology (HUST)!
  • ๐ŸŒฑ Iโ€™m currently learning coding in C and C++
  • โšก Hobbies: I love reading books/ coding/ exploring new knowledge

Connect with me:

hieutran | Facebook hieutran | Instagram hieutran | Github


Programming languages:

Cplusplus

C




hieutran's GitHub Stats

coffee-shop's People

Watchers

 avatar

coffee-shop's Issues

add_drink() function

  • create data file containing all drinks' information
  • create a header file coffee_product.h, which contains class product. In class product, define a variable with data type map<string, pair<long int, double>> which map from name of product to pair of its quantity and its price

CTest failed for `manager::sign_in()`

When I pass a non-existed information to manager::sign_in(), the functions returns false, which is a proper result. However, CTest failed, while it was meant to return Passed.

Function manager::new_account() too passive

Right now, the function manager::new_account() requires inputting while executing that functions. This makes the function either too hard to test or too non-flexible.
To resolve this issue, we should declare a new manager_t variable and pass it as a reference to the function manager::new_account()
Finally, a complete functions will look like this: manager& manager::new_account(manager_t &new_acc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.