Code Monkey home page Code Monkey logo

programming's Introduction

Programming

👋👋👋 Hi, I'm Subhan Raj, a student of CSE at Lucknow, India.

Why I'm using GitHub 🤔🤔🤔

Well I have many reasons for that-

  • I can view, edit and publish my projects from anywhere
  • I have a passion to promote and use open sourse software and resources, and GitHub is the home of that.
  • I don't have any fear of loosing my work, as it's on cloud, so I can acess it from anywhere.
  • If I want to tell some one and showcase my work, I can publish it throung GitHub pags

Now I think that it provides a brief intro, why all my scrappy work is online

If you have found this repository, I’m glad that you are here

  • This repo contains my Projects and practice code of various languages which I have learned during my Graduation in engineering

You can feel free to fork it, suggest changes and browse code.

Suggestions are always welcome

programming's People

Contributors

subhanraj avatar

Stargazers

 avatar

Watchers

 avatar

programming's Issues

Run time erros while implement Virtual Functions and Run-time polymorphism

I tried the following program to implement Run-time Polymorphism

Virtual Functions

But it ends up with the following errors

virtual_function.cpp:47:6: error: redefinition of ‘void book::display()’
   47 | void book ::display() // function to display book details
      |      ^~~~
virtual_function.cpp:32:10: note: ‘virtual void book::display()’ previously defined here
   32 |     void display() {}
      |          ^~~~~~~
virtual_function.cpp:54:6: error: redefinition of ‘void tape::display()’
   54 | void tape::display() // function to display tape details
      |      ^~~~
virtual_function.cpp:44:10: note: ‘virtual void tape::display()’ previously defined here
   44 |     void display() {}
      |          ^~~~~~~

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.