idiliev18 / StringProject

C++ Collaboration Project about Strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit Function which enter data from register from file

idiliev18 opened this issue · comments

You should complete your function which write data into file. You should make string like this

id,username,password,isAdmin,Badge1|Badge2|etc,
0,pesho,pesho123,1,Admin|Design,

You can see my method inputElementsIntoVector()
It's very similar.

Notes:

  • You MUST use vector type
  • This function is only part of data layer
  • Make this function method from class DATA_LAYER
  • DON"T MAKE SPAGETHI CODE