User Tools

Site Tools


start

Differences

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

Link to this comparison view

Next revision
Previous revision
start [2023/11/19 01:11] – created skanderstart [2023/11/21 01:09] (current) skander
Line 1: Line 1:
-====== Welcome ======+====== Computer Operator ======
  
 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.1700352707.txt.gz · Last modified: 2023/11/19 01:11 by skander

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki