User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2023/11/21 01:06] skanderstart [2023/11/21 01:09] (current) skander
Line 2: Line 2:
  
 Writings about C++, system design and computational statistics. Writings about C++, system design and computational statistics.
 +
 +<code cpp>
 +#include <iostream>
 +#include <iomanip>
 +#include <experimental/simd>
 +
 +int main(int argc, char const *argv[])
 +{
 + namespace stdx = std::experimental;
 +
 + return 0;
 +}
 +
 +</code>
start.1700525160.txt.gz · Last modified: 2023/11/21 01:06 by skander

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki