GithubHelp home page GithubHelp logo

Comments (3)

TrymNOHG avatar TrymNOHG commented on June 19, 2024

@callumgran Does this apply even when I don't use other methods to build up a method in the .cpp file? For example, if I have a:

int square(int x) {...}
int add_squares(int x, int y) {
return square(x, y);
}

Here, it makes sense since I am using an earlier function and its declaration is placed inside the header file. However, in the functions I created, I never reused any functions, as it wasn't necessary. Is it just good practice to always include the corresponding header?

from network-programming.

callumgran avatar callumgran commented on June 19, 2024

I don't quite comprehend what you mean. Could you be so kind as to show me some images that show your question?

from network-programming.

TrymNOHG avatar TrymNOHG commented on June 19, 2024

@callumgran The issue you opened revolves around such an example. Here is the link: https://github.com/TrymNOHG/network-programming/tree/main/Additional%20Work. If you would like me to send pictures as well, I would be more than happy to!

from network-programming.

Related Issues (1)

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.