cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Equation Class
Equation Class
Jan 16, 2015 at 4:00am UTC
cmajor28
(48)
So I have a new project for myself. I want to create an equation class in c++. I created one in python using lambda expressions but I'm curious how tht would be done in c++ or if there is better way.
Jan 16, 2015 at 6:10am UTC
codewalker
(394)
Modern C++ does support lambdas
Read about them here
http://www.cprogramming.com/c++11/c++11-lambda-closures.html
or
http://en.cppreference.com/w/cpp/language/lambda
Jan 16, 2015 at 9:10am UTC
keskiverto
(10402)
What is "an equation class"?
Jan 17, 2015 at 1:26am UTC
cmajor28
(48)
I need an equation class so I can write functions that can take derivatives and integrals.
Topic archived. No new replies allowed.