Ashish Bhushan
How to print this one?
Ashish Bhushan
Is this a standard pattern?
Ashish Bhushan
Anyone answer this please?
András
How to print this one?
by cout and loops
Ashish Bhushan
😑😑
Ashish Bhushan
Really??????
András
Yeah
András
But, ofc you can do it by syscalls
Valentyn
what such operation means?
Valentyn
en = !!atoi(opt);
Valentyn
Usage of double !
András
en = !!atoi(opt);
if argument of !! Is 0, then result is false, otherwise -- true
Ashish Bhushan
Yeah
Have you seen the questio it's not the normal pyramid pattern...and by asking how to print this patter i mean what logic....it is but obv that by using cout and loops...what kind of answer is that?
Anonymous
https://abinashtalks.blogspot.com/2020/04/how-to-convert-decimal-to-binary.html?m=1
Marián
anyone actively using emscripten lvvm?
Marián
for some weird reason, constructs aren't called in code i compile with emcc
Marián
but if i compile same code with g++ with works
Anonymous
Clang vs Gcc? Which
Anonymous
Gcc
Why
Mar!o
Clang
Anonymous
Update one
Mar!o
Because it is available on more platforms
Anonymous
Anonymous
Like mingw project
Mar!o
Yes for windows
Mar!o
But thats it
ZukiZest
ban for js
Wow don't 😂
Harsh
Script : del.dog/xoot2 Kernel repo: https://github.com/infinity-plus/kernel_asus_sdm660caf Error: In file included from ../drivers/staging/qcacld-3.0/core/hdd/inc/wlan_hdd_includes.h:34: ../drivers/staging/qcacld-3.0/core/dp/ol/inc/ol_txrx_ctrl_api.h:27:10: fatal error: 'qdf_nbuf.h' file not found #include <qdf_nbuf.h> Full log: https://del.dog/nowanyzeck I tried finding that file in other people's repos but qdf_nbuf.h doesn't exist for qcacld-3.0 while other wifi blobs do have their own. Also, other source too have included it but the file is nowhere to be found in any repo.
Hemant
Can u solve me fatal problem in studio.h in visual studio code
Hemant
I already edit environmental
Ashish Bhushan
Already done
Asdew
...
Abhijeet
:)
Ashish Bhushan
👍
Mar!o
Hey guys - does any of you know what this code does? I've written it 1 year ago and as stupid as I was I didn't wrote any comment and I forgot it's prupose. Does anybody have any idea?
Mar!o
Mar!o
It is C and I think is removes something from a string - but I can't test is right now because I have no PC here
Anonymous
Database expert? Anyone
Anonymous
1) changes terminating newline to null character (input probably comes from fgets()) 2) removes all spaces in the string
Scor
İ need path Finder in C. 5x5
Asdew
Then implement it.
Scor
Then i need help
Asdew
Then you should ask for help.
Ajay
no
so parameterised one.
Ajay
I didn't get what are scaler types in cpp. What is the thing that holds common to them?
Marián
is there any article or something that entirely describes C++ "lint" / "syntax"? I am coming from other languages and not entirely sure how to name getters, methods, when to use snake case and when to use camel / pascal case, private members and stuff
Marián
just too lazy to google / decide on that stuff by my own because somewhere people write private function with camel case, somewhere with pascal case.... etc
Sasuke
What are resource where I can learn about memory in greater detail. Mostly videos on YouTube are not in derail they even left the point that stack frame even has address of calling function.
Dima
or even books about OS’es
Sasuke
Oh ya asm is Pretty low
Marián
how do you name functions in c++? snake_case cameCase X PascalCase?
Marián
or do you distinguish getters / setters / methods / functions / mutators?
Anonymous
how do you name functions in c++? snake_case cameCase X PascalCase?
I prefer 2nd form for local identifiers and method names; 3rd form for type names and global constants. I usually don't use first form, because it is longer
Anonymous
thanks i've seen many people using PascalCase for "methods"?
I also use FULL_CAPITAL names for macro names, so I prefer to never capitalize first letter in most identifiers, except for global/unique names
Marián
what about private / public members?
Marián
do you prefix with m_ or something?
Dexter
EXTREMELY SORRY GUYS.... ACCIDENTALLY SENT THAT
Anonymous
do you prefix with m_ or something?
no, I always prefer shorter names. I have a passion on keep lines shorter than 80 columns
Aliyu_yakuwa
pls any one help me with how to jump a line in python
Aliyu_yakuwa
pls