Oladoja
/release
Dima
bruh
Pavel
if i want to insert a word in [0,0] and after that in [3,5]
You can resize the board and fill with default values if you implement it as a 2D vector, or you can use associative containers to store your board (std::unordered_map), so you will store only the cells that were filled with data
a Semicolon
Anybody here have worked in Reverse Engineering side? Like Dumping a process from memories kinda things?
ɴꙩᴍᴀᴅ
Anybody here have worked in Reverse Engineering side? Like Dumping a process from memories kinda things?
Didn't have time. I got a read back in the day of a book by Dennis Yurichev which was released for free and was kinda useful/informative. You may want to look at it. (Or maybe not if you're experienced enough)
ɴꙩᴍᴀᴅ
I want to look can you give me the book?
It is free yep. But I have to pm you since file sharing is not allowed in the group
Ramin
I want to look can you give me the book?
Read "practical binary analysis"
a Semicolon
Read "practical binary analysis"
Thanks alot but have you done these things?
Anonymous
Thenk you
Hamid
HEY guys. i wanna install some packages on "vcpkg" but it gives me this error: CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:108 (message): Command failed: ninja -v Working Directory: C:/vcpkg/buildtrees/<PACKAGES_NAME>/x86-windows-rel/vcpkg-parallel-configure Error code: 1 See logs for more information: C:\vcpkg\buildtrees\<PACKAGES_NAME>\config-x86-windows-out.log Call Stack (most recent call first): scripts/cmake/vcpkg_configure_cmake.cmake:319 (vcpkg_execute_required_process) ports/sqlite3/portfile.cmake:27 (vcpkg_configure_cmake) scripts/ports.cmake:128 (include) any idea?
.
Jisne bhi warn Kiya he uski maa ki chut chinal ka sala madarchod
Anonymous
Hi, can anyone suggest an advanced C++ book which explains real world programs and problems?
Pavel
Hi, can anyone suggest an advanced C++ book which explains real world programs and problems?
If we talk about real world, there's probably some specific domain that is interesting to you? Or you need some book that just talks about some random C++ applications?
Anonymous
Let's say ERPs and Ewallet applications
In other words, networking, communicating with a server, structuring a project , etc.
Nils
class mutex_e : public std::mutex { public: using std::mutex::mutex; auto scope_lock() __attribute__ ((warn_unused_result)) { return std::scoped_lock<std::mutex>(*this); } }; Why would you do that?
a Semicolon
Yea
Can I ping you personally?
Prince Of Persia
a Semicolon
I don't understand?
Ramin
Anonymous
I'm using the live share extension in visual studio, I and my friends are developing a game with a graphic library, and when I run the source.cpp only I can see the window of the game, the others only see the console, is possible to make anyone see the window ?
jaroslaw
Hello!
𝑷𝑫𝑯𝑷
Can i make a bot in telegram using c ?
Diego
iirc the official Telegram bot library is C++
Diego
What is it called?
https://core.telegram.org/bots/samples
Anonymous
What is it called?
Bot API - for bots MTproto - for userbots
Anonymous
#include<bits/stdc++.h> using namespace std; int main() { set<char> s; char ch; while(cin>>ch) s.insert(ch); if(s.size()%2==1) cout<<"odd"; else cout<<"even"; }
Anonymous
Can anyone explain this code?
Anonymous
for(i=0;i<n;i++) { for(j=0;j<n;j++) { if(proc[i].arrival_time < proc[j].arrival_time) { temp = proc[j]; proc[j] = proc[i]; proc[i] = temp; } } }
Anonymous
can anyone tell the name of sorting algorithm
ʌɾɪʌ
hi friends, does anyone have a C # group?
ʌɾɪʌ
ok 🌹
rxmn
Auye jizn varan
Anonymous
Auye jizn varan
/report Ауешник
rxmn
Why
rxmn
I did not write this
rxmn
My little brother wrote this
rxmn
Please don't report me
rxmn
I want to learn programming
rxmn
Thank you
rxmn
Noldu bəs yol çəkirdilər , rəqs eləyirdilər
rxmn
/warn
rxmn
/warn
Hamid
any idea? https://github.com/microsoft/vcpkg/issues/17110
Anonymous
Bubble sort
But in bubble sort we compare adjacent elements...
MRT
hi, how i can resize w/h image in byte ?
rxmn
If I break any rule , you throw me from the group ?
Vlad
You can apply scaling
Vlad
If you use something like sdl2 it will do that for you
MRT
width/height
Vlad
width/height
Didn't make it clear lol
MRT
i want to resize image, like telegram
Vlad
So you want to apply texture/sprite to the surface of larger or the smaller size than the texture itself?
Vlad
i want to resize image, like telegram
Just scale it accordingly
Pankaj
I want to learn c language
ɴꙩᴍᴀᴅ
/get india
ɴꙩᴍᴀᴅ
Didn't expect that..
Prince Of Persia
Nahid
Anyone help me solve my question?
Anonymous
/get findprojects
Kobbina
Hello in Here
Kobbina
Please I am new to C#
Kobbina
How do I get started pls
Prince Of Persia
Please I am new to C#
Do C# is C or C++?
Prince Of Persia
I know C/C++ well But I guess I can't even create C# hello world app
Kobbina