Skip to content

ChemElecRx/first_cpp_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First C++ Project

This project demonstrates the creation of a simple C++ project with functions in separate files and a Makefile for compilation and cleanup.

Project Structure

The project consists of the following files:

  • foo.cpp: Contains the implementation of foo() function.
  • bar.cpp: Contains the implementation of bar() function.
  • main.cpp: Contains the main() function which calls foo() and bar().
  • Makefile: Used to compile and clean the project.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors