Skip to content

Commit

Permalink
opengl glfw_triangle_shader.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Dec 2, 2020
1 parent 70cc171 commit 868cc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ int main() {
Great explanation: <http://stackoverflow.com/questions/3279543/what-is-the-copy-and-swap-idiom>
Why swap should be afriend: <http://stackoverflow.com/questions/5695548/public-friend-swap-member-function>
Why swap should be a friend: <http://stackoverflow.com/questions/5695548/public-friend-swap-member-function>
*/
{
CopyAndSwap c0(2, 2);
Expand Down
1 change: 1 addition & 0 deletions shared_library/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Basic example. Creates a shared and a static library from `a.c` and `b.c`.

Used in the following answers:

- https://stackoverflow.com/questions/3961446/why-does-gcc-not-implicitly-supply-the-fpic-flag-when-compiling-static-librarie/65005457#65005457
- https://unix.stackexchange.com/questions/89211/how-to-test-whether-a-linux-binary-was-compiled-as-position-independent-code/435038#435038
- https://unix.stackexchange.com/questions/226524/what-system-call-is-used-to-load-libraries-in-linux/462710#462710

0 comments on commit 868cc96

Please sign in to comment.