trying to build a basic linear algebra library |
|
[3 replies] Last: @seeplus thanks I didnt see that as usual... @JLBorges maybe - I am 3... (by closed account E093605o)
|
by ninja01
About conio.h
|
|
[16 replies] Last: I am still using the conio.h, and I guess it is considered a third pa... (by seeplus)
|
trying to build a basic linear algebra library |
|
[13 replies] Last: also try to find the first error that relates to your code. You might ... (by seeplus)
|
by ninja01
About ASCII extended code
|
|
[11 replies] Last: This is my output in both cmd with @seeplus command and my code to out... (by ninja01)
|
by PhysicsIsFun
C-array as function parameter
|
|
[11 replies] Last: Yeah - my bad. std::span always works with std::array (by seeplus)
|
by ninja01
Is saying: compiling a program practically wrong?
|
|
[17 replies] Last: Thanks @Duthomhas (by ninja01)
|
by UnkownUser
How to make sudoku16x16 as fast as possible
|
|
[7 replies] Last: Yes - I used a variation of that algorithm. Rather than using a bitset... (by seeplus)
|
by ninja01
I want to only compile not compile and link
|
|
[9 replies] Last: Thank you @George (by ninja01)
|
by ninja01
Question 5 about optimization
|
|
[13 replies] Last: Also note that classes that have a default constructor will initialise... (by seeplus)
|
how do i implement a for loop in a math interpreter |
|
[5 replies] Last: You may find this useful. https://github.com/ArashPartow/exprtk (by kbw)
|
by ninja01
Trying to compile multiple files
|
|
[2 replies] Last: Thank you @salem (by ninja01)
|
by kdrewes
search for words in a file
|
|
[5 replies] Last: Trim a string: https://cplusplus.com/faq/sequences/strings/trim/ (by Duthomhas)
|
by AlexCantor
JSON C++
|
|
[9 replies] Last: Hello Seeplus: Many, many thanks for fixing the program by correct... (by AlexCantor)
|
by ninja01
Why const int instead of just int
|
|
[5 replies] Last: A series about using const, starting with const local variables. https... (by deleted account xyzzy)
|
by ninja01
Some sort of hack?
|
|
[16 replies] Last: There are lots of web-pages with "simple code" on the internet that al... (by deleted account xyzzy)
|
by ninja01
Question 3 about optimization
|
|
[7 replies] Last: If you change the size of a c-style string within the loop, then you'l... (by seeplus)
|
by ninja01
Question 1 about optimization
|
|
[10 replies] Last: See how timings were done in this thread https://cplusplus.com/forum/b... (by seeplus)
|
by ninja01
Question 4 about optimization
|
|
[15 replies] Last: Yeah - but that was then and this is now as they say. I used to do in-... (by seeplus)
|
by ninja01
Question 2 about optimization
|
|
[6 replies] Last: integer comparisons at assembler level tend to be based on a test inst... (by seeplus)
|
by ninja01
pointer to char related
|
|
[2 replies] Last: Thank you very much @Ganado) (by ninja01)
|