MᏫᎻᎯᎷᎷᎬᎠ
Wide character
Vladimir
C++ supports it from C++11 onwards as it's default for most locales
Good notice, anyway better understand the problem instead of just write big-L
Vladimir
First time you got escape char
And second time you got arrow-code
Vladimir
Hands up who's from India
Vladimir
Well your post says it's global but I can't find any info about other locations
Koulick Sadhu
Is any good discussion regarding programming done here?
german oak
hi
Anonymous
Hello
Anonymous
Hello
Maybe you put your name wrong? Shouldnt it be Anand?
Anonymous
Let's just say, I like it that way
Anonymous
Atleast here
Anonymous
😅
Anonymous
Hi
Anonymous
/notes
Anonymous
#findprojects
Anonymous
;-;
Anonymous
#callingfunction
Lelouch
GUYS SUGGEST ME ANY IDEA TO LEARN C
Lelouch
II REALLY WANT TO DO
Lelouch
BUT I CANT HOOK INTO IT
Oleksandr
VSCode)))0)0
NOUN SREYNOCH (KD)
Hi could anyone tell me about how to make funtion to delete,display,modify in C programming?
Dima
What the hell
Dima
Anonymous
kλletaa
german oak
Till
GUYS SUGGEST ME ANY IDEA TO LEARN C
C is not flexible lang, but c++ is
Ludovic 'Archivist'
GUYS SUGGEST ME ANY IDEA TO LEARN C
A small and slow database
Ибраги́м
https://www.youtube.com/watch?v=D5n6xMUKU3A
Dima
Jagdeep
Hello sir i want to learn and earn some money by programming
Beer WRLD
Hello sir i want to learn and earn some money by programming
ppl spend decades mastering this language n you didn't even learn n want to earn money
Dereje
#ide
Jagdeep
ppl spend decades mastering this language n you didn't even learn n want to earn money
Sir i know language c++ .net sql html Nd basic of all other languages But i want to start part time for some extra income
Asad
hey guys! is off-topic question okay?
kλletaa
no
kλletaa
#ot
Asad
thanks)
Beer WRLD
Sir i know language c++ .net sql html Nd basic of all other languages But i want to start part time for some extra income
this is just a help group and moreover it's an international group . no one here would help you get job okay?
Jagdeep
Actually sir i want do some online work in program But dont know where to start M teacher 8 hrs job daily tht why i feel boaring in tution classes
kappa
Using namespace std vs std :: (better ?)
András
Because if u use few namespaces than u know in which namesapce that function locate
Francisco
Using namespace std vs std :: (better ?)
std has so many identifiers, functions and variables that it wouldn't be strange that you accidentally use one of them and get a ridiculous compiler error
Sudip
Best compiler for c
Mat
Best compiler for c
gcc or clang if you have to ask
Mat
Yess?
What?
Sudip
What?
Nothing
Sudip
I am just using turbo n devc
Sudip
gcc or clang if you have to ask
I havent able to found rightfile
Harsh
hi
Farhan
Why there are multiple flags in single program ?
Farhan
Like flag1,flag2 flag3 etc As per my understanding This means if flag1 condition is successful it wil take data and condition is set to 1 ie flag=1
Farhan
Am I right ?
Farhan
Anyone understood what I said ?
Mihail
Not me
Oleksandr
and not me
Farhan
Why we give flag ==0 at beginning and flag == 1 at the end
Farhan
Of if statement ?
Oleksandr
if (flag1 && flag2);//ok if (flag1 == 0 && flag1 == 1);// useless. false allways if (flag1 == 0 || flag1 == 1);// ok if (flag1 || flag2);// ok ?
Farhan
if(degree<91 and degree>90 and scan->intensities[i]!=0) { if(flagp==0) //TO STORE THE FIRST READING AND TAKE IT AS OUR SETPOINT { desired_distance_from_wall = scan->ranges[i-5]+scan->ranges[i-4]+scan->ranges[i-3]+scan->ranges[i-2]+scan->ranges[i-1]+scan->ranges[i]+scan->ranges[i+1]+scan->ranges[i+2]+scan->ranges[i+3]+scan->ranges[i+4]+scan->ranges[1+5]; desired_distance_from_wall=desired_distance_from_wall/10; ROS_INFO("setpointt is: [%f]", desired_distance_from_wall); flagp = 1;
Oleksandr
> if (degree < 91 && degree > 90) 🌚
Farhan
Degree is float data will come at 90.000 like that
Farhan
Tell me about why there is flagp==0 and 1 at end
Oleksandr
For the next if statement mb))