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?
a Semicolon
a Semicolon
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?
Anonymous
Ramin
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?
Pavel
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++
Nils
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
Nils
ʌɾɪʌ
hi friends, does anyone have a C # group?
ʌɾɪʌ
ok 🌹
Pavel
stranger
rxmn
Auye jizn varan
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
Pavel
rxmn
Thank you
rxmn
Noldu bəs yol çəkirdilər , rəqs eləyirdilər
Pavel
rxmn
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
Vlad
You can apply scaling
Vlad
If you use something like sdl2 it will do that for you
MRT
width/height
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
Pankaj
I want to learn c language
Anonymous
ɴꙩᴍᴀᴅ
/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
Prince Of Persia
I know C/C++ well
But I guess I can't even create C# hello world app
Vlad
Kobbina