Opengl tutorial series | #6 | Pass data between shaders and C file
https://youtube.com/watch?v=NmJ2BlLebdA&feature=share
https://redd.it/12svira
@r_cpp
https://youtube.com/watch?v=NmJ2BlLebdA&feature=share
https://redd.it/12svira
@r_cpp
YouTube
Opengl tutorial series | #6 | Pass data between shaders and C++ file
Learn how to pass data from vertex shader to fragment shader and from C++ file to fragment shader.
#coding #programming #desktop #cpp #graphics #graphicsprogramming #opengl #gamedev #triangle #shaders #colors
#coding #programming #desktop #cpp #graphics #graphicsprogramming #opengl #gamedev #triangle #shaders #colors
I've been working on a little AI assistant in C++ I named NullusAI for a university project. You can check the progress of this little project on my Twitter.
https://twitter.com/Jorge_G_P_/status/1640076035831070723
https://redd.it/1370y3z
@r_cpp
https://twitter.com/Jorge_G_P_/status/1640076035831070723
https://redd.it/1370y3z
@r_cpp
Twitter
include <greetings>
greetings::Hello(twitter);
I've been working on a little AI assistant in C++ I named NullusAI. I will use this thread to post the progress of this project.
Don't miss out👀👇
#NullusAI #WIP #indiedev #AI #ArtificialIntelligence #cpp
greetings::Hello(twitter);
I've been working on a little AI assistant in C++ I named NullusAI. I will use this thread to post the progress of this project.
Don't miss out👀👇
#NullusAI #WIP #indiedev #AI #ArtificialIntelligence #cpp
How to Setup VSCode for C/C++ Programming (From a Microsoft Software Engineer)
Hey guys! My name is Tarik Brown and I am a software engineer at Microsoft who works on the C/C++ Extension for VS Code. I’ve decided to start a tutorial series starting with how to setup VS Code for C/C++ Development. Check out the video here: https://youtu.be/bCK36Tesrvc
https://redd.it/13tzgjl
@r_cpp
Hey guys! My name is Tarik Brown and I am a software engineer at Microsoft who works on the C/C++ Extension for VS Code. I’ve decided to start a tutorial series starting with how to setup VS Code for C/C++ Development. Check out the video here: https://youtu.be/bCK36Tesrvc
https://redd.it/13tzgjl
@r_cpp
YouTube
How to Setup Visual Studio Code for C and C++ Programming In Less Than 5 Minutes!
In this video, I walk you through how to compile your first hello world program in C++ in Visual Studio using the Microsoft C++ Extension.
Link to MinGW Compiler: https://sourceforge.net/projects/mingw/
NOTE: This will provide you with an out of date version…
Link to MinGW Compiler: https://sourceforge.net/projects/mingw/
NOTE: This will provide you with an out of date version…
CppCon 2022 Lightning Talk: Cpp Change Detector Tests
https://www.youtube.com/watch?v=rv-zHn_Afko
https://redd.it/14d6dg4
@r_cpp
https://www.youtube.com/watch?v=rv-zHn_Afko
https://redd.it/14d6dg4
@r_cpp
YouTube
Lightning Talk: Cpp Change Detector Tests - Guy Bensky - CppCon 2022
https://cppcon.org/
---
Lightning Talk: Cpp Change Detector Tests - Guy Bensky - CppCon 2022
https://github.com/CppCon/CppCon2022
"Change Detector Tests don't test for correctness, they only check for changes in the algorithm / code / performance.
When…
---
Lightning Talk: Cpp Change Detector Tests - Guy Bensky - CppCon 2022
https://github.com/CppCon/CppCon2022
"Change Detector Tests don't test for correctness, they only check for changes in the algorithm / code / performance.
When…
[C++20] [[no_unique_address]] for 1 byte message views
https://twitter.com/krisjusiak/status/1674351951138414592
https://redd.it/14m0lf7
@r_cpp
https://twitter.com/krisjusiak/status/1674351951138414592
https://redd.it/14m0lf7
@r_cpp
Twitter
[C++20] [[no_unique_address]] for 1 byte message views
https://t.co/EhGL8Ae7Ju
#cpp #cplusplus #cpp20
https://t.co/EhGL8Ae7Ju
#cpp #cplusplus #cpp20
Published a new video on stdin, stdout and stderr, You are welcomed to have a look
https://youtu.be/p13AiUvK6fY?feature=shared
https://redd.it/16l6aeh
@r_cpp
https://youtu.be/p13AiUvK6fY?feature=shared
https://redd.it/16l6aeh
@r_cpp
YouTube
Deeper look at stdin, stdout and stderr - Episode 2
In this video we dive deep inside different ways we can input and output to and from out program. We have a look at stdin, stdout and stderr.
#cpp #cplusplustutorial #cplusplusprogramming #education #programming
#stdio #iostream
#cpp #cplusplustutorial #cplusplusprogramming #education #programming
#stdio #iostream
Order of executing function calls by compiler
\#cpp \#compilers \#code\_execution Interesting case in testing quiz: Any ideas which method from foo1 and foo2 will be executed first?
int foo1() {}
int foo2() {}
void bar(int a, int b) {}
int main() {
bar(foo1(), foo2());
}
​
​
https://redd.it/17dzglp
@r_cpp
\#cpp \#compilers \#code\_execution Interesting case in testing quiz: Any ideas which method from foo1 and foo2 will be executed first?
int foo1() {}
int foo2() {}
void bar(int a, int b) {}
int main() {
bar(foo1(), foo2());
}
​
​
https://redd.it/17dzglp
@r_cpp
Abusing the C++ preprocessor for declaring Rust-like traits
https://twitter.com/maximmkaaa/status/1722050919540343019
https://redd.it/17q9dg4
@r_cpp
https://twitter.com/maximmkaaa/status/1722050919540343019
https://redd.it/17q9dg4
@r_cpp
X (formerly Twitter)
Max Pasichnyk on X
Abusing the C++ preprocessor for declaring Rust-like traits
https://t.co/fCHMRVkvJN
https://t.co/T176ZERlQP
#cpp #programming
https://t.co/fCHMRVkvJN
https://t.co/T176ZERlQP
#cpp #programming
boost::interprocessexception::libraryerror
Hi , Im using a boost version of 1.61 for shared memory mangement.
The issue is that the application crashes as a result of "Error 18" in boost library a.k.a size_error.
\#OS - windows 10 version - 22H2 build 19045.3693.
\#CPP - 14,
\#boostVer - 1.61
try {
boost::interprocess::sharedmemoryobject::remove(msSharedMemoryName.cstr());
bipc::managedsharedmemory seg(bipc::openorcreate, msSharedMemoryName.cstr(), mnSharedMemoryMaxSize, ptr, perm);
}
catch (const boost::interprocess::interprocessexception& ex) {
std::cerr << "Error: " << ex.what()<<" error code"<< ex.geterrorcode() << std::endl;
return 1;
}
When constructing seg the error reproduces
​
The issue only occurs on a specific computer , on other computers with the same OS and build version the problem does not occur.
https://redd.it/17zmkaz
@r_cpp
Hi , Im using a boost version of 1.61 for shared memory mangement.
The issue is that the application crashes as a result of "Error 18" in boost library a.k.a size_error.
\#OS - windows 10 version - 22H2 build 19045.3693.
\#CPP - 14,
\#boostVer - 1.61
try {
boost::interprocess::sharedmemoryobject::remove(msSharedMemoryName.cstr());
bipc::managedsharedmemory seg(bipc::openorcreate, msSharedMemoryName.cstr(), mnSharedMemoryMaxSize, ptr, perm);
}
catch (const boost::interprocess::interprocessexception& ex) {
std::cerr << "Error: " << ex.what()<<" error code"<< ex.geterrorcode() << std::endl;
return 1;
}
When constructing seg the error reproduces
​
The issue only occurs on a specific computer , on other computers with the same OS and build version the problem does not occur.
https://redd.it/17zmkaz
@r_cpp
Reddit
From the cpp community on Reddit
Explore this post and more from the cpp community
Create towers of hanoi simulation in C++
https://www.youtube.com/watch?v=u1QP9WiOWWM
https://redd.it/183eq7w
@r_cpp
https://www.youtube.com/watch?v=u1QP9WiOWWM
https://redd.it/183eq7w
@r_cpp
YouTube
Create Towers of Hanoi simulation in C++
Create towers of hanoi simulation in C++
Full Course: https://www.youtube.com/playlist?list=PLEsIoVbT3urSSqNRek_E6duMUnAIcMqNB
Small Videos: https://www.youtube.com/playlist?list=PLEsIoVbT3urTCQw8DCexMvLF75ymg56jh
Dev vlogs: https://www.youtube.com/play…
Full Course: https://www.youtube.com/playlist?list=PLEsIoVbT3urSSqNRek_E6duMUnAIcMqNB
Small Videos: https://www.youtube.com/playlist?list=PLEsIoVbT3urTCQw8DCexMvLF75ymg56jh
Dev vlogs: https://www.youtube.com/play…