Recent Posts
Androidfags zara idhar aana
XHDATA D-808 DX-ing setup, analogue modulation
i don't understand
RCE on Pocketbase possible?
Shifting to linux mint
AI Impact Summit 2026
/emacs/ general
Simple Linux General /slg/ - Useful Commands editi...
/wpg/ - Windows & Powershell General
Sarvam Apology Thread
Some cool tech in my college
the hmd touch 4g
Holy Shit
Saar american companies have best privacy saaar
/desktop thread/
Forking jschan to submit a PR for captcha logic
JEEFICATION OF GSOC
4Chan bypass?
/g/ related blogpost - backup thread
Android Hygiene
My favorite game rn
COOKED
Are we getting real 5g?
I want to create my own forum but I don't know how...
Is my psu not compatible with my mobo?
/i2pg/ - I2P general
ISP Throttling
zoomies jara idhar ana
Zerodha just donated 100,000 usd to FFMPEG
Jio Fiber
/compiler_develoment/ thread
what is computer science?
just installed Arch Linux bros
Sketch - A simple 2D graphics library in C
Gemini+Figma for UI
LEARNING SPREADSHEETS
/GDG/
3lq2gU
No.2927
i have been doing cp for a while like 2-3 months but still now and then i end up on questions that require language knowledge like different functions and utilities which i dont know of. so my question is simple, how do i improve? do i just keep looking at solutions of those that i cant do to learn more such functions, techniques and logic or should i look in for documentations like picrel for something that will do the job which i am not sure how to even proceed.
yxeUuS
No.2928
>>2927(OP)
mujhe bhi CP karni hai jor se
3lq2gU
No.2931
>>2928
collegefag?
gZO+1C
No.2932
```cpp
include <bits/stdc++.h>
using namespace std;
int main() {
cout << "hello, world\n";
return 0;
}
```
bAKugn
No.2933
wvK6C1
No.2939
>>2927(OP)
its over bro. unless u started at the age of 17 and did the same thing till now you can never be good at it.
Even in body building the body peaks at 17-18. After that you need to take steriods to keep up.
Our life is over inflated. its over.
b750RU
No.2940
>>2932
Use std::print and println instead of cout, its faster and the << syntax is retarded
C70K5R
No.2942
>>2939
this is not /b/ kill yourself
J6W2Eb
No.2943
C70K5R
No.2944
>>2943
both gemini and gpt gives very generic advice. i use them often for learning something that i dont know in tutorial/solution.
GxmFlE
No.2945
Tbh C++ std library has very retarded syntax so it's understandable, they decided to name it "vector" and "push_back" for literally one of the most basic uses in one of the most important languages
C70K5R
No.2946
>>2945
seems fine but what i have noticed is modern syntax is somewhat confusing. i keep a mix of both.
4+VQWO
No.2947
>>2946
I don't like it personally, I have a lot of aliases setup to somewhat "fix" it that it paste in every project
C70K5R
No.2948
>>2947
are you talking about templates?
eM5DWf
No.2949
>>2948
No I mean like this using StringMap =std::map<std::string, std::string>;






















































