Skip to content

Commit

Permalink
Added C programmer's guide to C++, slightly WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
akcube committed Jun 7, 2024
1 parent ba9c838 commit 1979d4d
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 39 deletions.
6 changes: 6 additions & 0 deletions assets/indices/contentIndex.json

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions assets/indices/linkIndex.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"index": {
"links": {
"/blog/a-c-programmer-s-guide-to-c": [
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/but-it-works-on-my-machine-beginners-guide-to-undefined-behavior-in-c",
"text": "But it works on my machine! - Beginners guide to Undefined Behavior in C++"
},
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/templates-in-c",
"text": "Templates in C++"
},
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/what-are-iterators-in-c",
"text": "What are Iterators in C++?"
},
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/sfinae",
"text": "SFINAE"
}
],
"/blog/a-deep-dive-into-the-knapsack-problem": [
{
"source": "/blog/a-deep-dive-into-the-knapsack-problem",
Expand Down Expand Up @@ -528,6 +550,13 @@
"text": "Brent's Theorem \u0026 Task Level Parallelism"
}
],
"/blog/but-it-works-on-my-machine-beginners-guide-to-undefined-behavior-in-c": [
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/but-it-works-on-my-machine-beginners-guide-to-undefined-behavior-in-c",
"text": "But it works on my machine! - Beginners guide to Undefined Behavior in C++"
}
],
"/blog/chain-matrix-multiplication": [
{
"source": "/blog/a-deep-dive-into-the-knapsack-problem",
Expand Down Expand Up @@ -777,13 +806,27 @@
"text": "Set Cover \u0026 Approximation Algorithms"
}
],
"/blog/sfinae": [
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/sfinae",
"text": "SFINAE"
}
],
"/blog/smart-pointers": [
{
"source": "/blog/new-and-delete",
"target": "/blog/smart-pointers",
"text": "Smart Pointers"
}
],
"/blog/templates-in-c": [
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/templates-in-c",
"text": "Templates in C++"
}
],
"/blog/the-efficient-market-hypothesis": [
{
"source": "/blog/technical-analysis",
Expand Down Expand Up @@ -827,6 +870,13 @@
"text": "Vectorization \u0026 Analyzing Loop Dependencies"
}
],
"/blog/what-are-iterators-in-c": [
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/what-are-iterators-in-c",
"text": "What are Iterators in C++?"
}
],
"/blog/what-is-the-stock-market": [
{
"source": "/blog/derivatives-options",
Expand Down Expand Up @@ -876,6 +926,26 @@
}
},
"links": [
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/but-it-works-on-my-machine-beginners-guide-to-undefined-behavior-in-c",
"text": "But it works on my machine! - Beginners guide to Undefined Behavior in C++"
},
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/templates-in-c",
"text": "Templates in C++"
},
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/what-are-iterators-in-c",
"text": "What are Iterators in C++?"
},
{
"source": "/blog/a-c-programmer-s-guide-to-c",
"target": "/blog/sfinae",
"text": "SFINAE"
},
{
"source": "/blog/a-deep-dive-into-the-knapsack-problem",
"target": "/blog/dp-as-dags-shortest-path-on-dags-lis-in-o-nlogn",
Expand Down
Loading

0 comments on commit 1979d4d

Please sign in to comment.