Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
CodeWithCoffee
on June 21, 2015
|
parent
|
context
|
favorite
| on:
BASIC in C++
> Only numeric variables are supported (no strings, no matrices)
Basic.hpp defines LET as:
#define LET double [1]
Perhaps this would allow for a broader range of types, seen as C++11 is being used:
#define LET auto
[1]:
https://github.com/rollbear/basicpp/blob/master/basic.hpp#L8...
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Basic.hpp defines LET as:
Perhaps this would allow for a broader range of types, seen as C++11 is being used: [1]: https://github.com/rollbear/basicpp/blob/master/basic.hpp#L8...