Skip to content
View CodelikeC's full-sized avatar

Block or report CodelikeC

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CodelikeC/README.md

#include #include using namespace std ;

int main () { cout <<"hello gitHub" << endl; cout <<"I am a junior developer" << endl;

string status ; getline(cin, status) ;

if (!getline.bad()) { cout <<" Github is good" << endl; } else { cout <<"I have to improve problem solving"<< endl; } return 0 ; }

Pinned Loading

  1. ATM_project ATM_project Public

    The project of CS 255

    C++ 1

  2. brute_force_password brute_force_password Public

    file_brute_force_password.cpp

    C++ 1

  3. Library_Management- Library_Management- Public

    Short version

    C++ 1

  4. Student_Management Student_Management Public

    The project of CS 256

    C++ 1

  5. Time Time Public

    a cpp file

    C++ 1

  6. Malware_analysis_tool Malware_analysis_tool Public

    This is a new project. It is related to Cyber Security, which is new aspect that I want to learn for gaining new knowledge and experiences.

    C++