struct tableI { char* name[4]; float doctor[100]; float bunk[100]; } tableI; ... struct tableI a; ... get_name(a.name[0]);
Почему при выводе блока с таблицой выбивает ошибку?
struct tableI
{
char name[4][100];
float doctor[100];
float bunk[100];
} tableI;
git update-index --assume-unchanged your-file
) -> добавить в .gitignore #!/bin/bash
branch=`git rev-parse --symbolic --abbrev-ref $1`
echo "Pushed to branch '$branch'"
exec git update-server-info
sudo adduser \\
--system \\
--shell /bin/bash \\
--gecos 'user for running node.js projects' \\
--group \\
--disabled-password \\
--home /home/node \\
node