klimi
To install it
Joe
the program runs without problem, i already installed it
klimi
I'm messing with you btw.....
Joe
thanks :D
klimi
C: npppp
Joe
C: npppp
is there any place where i can ask those noob questions? i understand that it's annoying to explain shit to beginners :D
klimi
Or some Linux groups
Aiman
hello
Aiman
i want to ask about camel casing format
Aiman
what it is about?
Julian
what it is about?
ThisIsWhatItLooksLike. Its a specific way of naming things. Another style would be like this: Hello_this_is_another_style Some people prefer that over that.
Aiman
its is about variable?
Mihail
Mihail
variables, functions, classes, etc.
Aiman
it must have underscore or not?
Mihail
Snake case is with the underscores between words
Mihail
This_is_snake_case thisIsLowerCaseCamel ThisIsUpperCaseCamelOrAlsoCalledPascalCase
Aiman
can you show the example of camel case? I still dont get it 😅😅
athirah
are u guys have suggestion if another group discuss about PHP
athirah
i really need help about PHP
Aiman
This_is_snake_case thisIsLowerCaseCamel ThisIsUpperCaseCamelOrAlsoCalledPascalCase
I see, so its dont have underscore and space isnt? we just write it straight forward??
Mihail
also depending on if the first word is capitalized or no it's either lower or higher case camel
Aiman
thanks mate
Julian
also you showed Pascal casing there which is a variant of camel
true that. "camelCase" is more like this
Qwasi_
Hmhmh
__getitem__
can anyone tell why this while loop at the end isn't running at all ? https://paste.ubuntu.com/p/jX7FWwbS75/
Mat
Don't write for loops in one line, it's useless and less clear
Mat
The if part, too
Mat
Don't be afraid about using more lines
Qwasi_
What is going on here
MᏫᎻᎯᎷᎷᎬᎠ
Mat
And write some comments as what the program should do, when that while should loop and things like that
Mat
Meaningful comments, not things like //that's an int int m;
Ludovic 'Archivist'
Recommend me some books
The C++ Primer any recent book written by Bjarne Stroustrup Then go and try to make a few useful softwares on your own with your baby skills to improve
__getitem__
ok , but what's the error ?/
__getitem__
why isn't while loop running ??/
Mat
why isn't while loop running ??/
Do that and i'll understand something about it
Ludovic 'Archivist'
Recommend me some books
Add to that, reading lots of articles, skimming through libraries documentations (I recommend poco library and some other frameworks)
__getitem__
Do that and i'll understand something about it
but man!!! for loop is running perfectly
__getitem__
only while loop has issues
Lorenzo
Some books for Java?
Roxifλsz 🇱🇹
Some books for Java?
Group name is not "Java", no?
Thespartann
Anonymous
some good books about pointers and theyr usage?
Dima
wtf
GRANDIZER
some good books about pointers and theyr usage?
download c pattern programs app....it has a good study stuff
Anonymous
#include <stdio.h> int main() { Char *arr[]={"First","second","third","fourth","fifth"}; Char **ptr=arr+2; printf("%s",++ptr[arr-ptr]-1); return 0; }
Anonymous
@ollirz @Williamlili
Anonymous
??
klimi
Just wait a bit
$•|} ππ
Hi
klimi
Hi
$•|} ππ
I wanna learn c++ from starting
$•|} ππ
I know very less about it
klimi
Cool
klimi
Go head
$•|} ππ
How to start?
MᏫᎻᎯᎷᎷᎬᎠ
How to start?
Read books
MᏫᎻᎯᎷᎷᎬᎠ
Read books
Alot of them xD
$•|} ππ
😂
$•|} ππ
Sure
Mat
Helpful resources
Mat
#goodcodingmentality
Mat
#goodgoogling
Mat
#cpp
MᏫᎻᎯᎷᎷᎬᎠ
U just can Google "A simple guide to start learn coding"