Anowar
Hi
Nick
Hi
What you need?
Anonymous
Pradevel (Pratyush)
/rules
Pradevel (Pratyush)
Why I cant see rules?
Pradevel (Pratyush)
It just says 'on'
Anonymous
Why I cant see rules?
https://t.me/programminginc/283193
Barak|ברק
Hey, is there any way to take arguments from stdin directly to a variadic function in a way that each argument is separated and not char[]?
Barak|ברק
Yes, you have argc which can you use for decision of function call.
I can use it in any function? Not just in main?
z
I can use it in any function? Not just in main?
Oh I misread the stdin, you have to parse it to count the argc.
Barak|ברק
So I'll have to receive a char [] with the input and parse it accordingly to my needs?
MᏫᎻᎯᎷᎷᎬᎠ
@Tazmikar Have you ever worked as a freelancer C++ developer in the middle east? If yes, how was the experience, was there alot of clients asking for it?
Guys i have a class (lets say its name is A) inside another class (B), how can i make a different overloading for the same operator in those classes?
محمد
operator overloading is overrated
محمد
you should work around the default system and how everything functions
محمد
you shouldn’t bend the defaults to your liking
Roxifλsz 🇱🇹
/warn offtop and referral link (?)
Anonymous
/warn @Saurav2658 pming
Hanz
/report This group is not for promoting these type of ad
Anonymous
Soory
Anonymous
This is my last time
klimi
This is my last time
you can ask in the offtopic group
klimi
#ot
chief mooli
Hello guys am here fighting with base64 c code
Anonymous
/report
Roxifλsz 🇱🇹
/warn holy shit just go outside
klimi
Pavel
Ah wait, post-increment, 1
Nick
0
1? Coz
Nick
X is increment =0
Pavel
1? Coz
Missed that it's post-increment
absar
hi
absar
any compiler construction master
absar
plzzz help me
absar
I would like a project on syntax analyzers in c++ compiler construction plzzzx help me
GHAMDAN_NSHWAN
Lol
🤩
GHAMDAN_NSHWAN
Ayush
Hi guys! I want to learn machine learning using c but I am not able to find any useful resources. Can anybody suggest me some good resources to start with?
Tushar
C/C++
Parra
Hi guys! I want to learn machine learning using c but I am not able to find any useful resources. Can anybody suggest me some good resources to start with?
fabrice bellard published recently a compression algorithm based on a neural network, both libraries are published, you can check them
Parra
https://bellard.org/libnc/
Parra
https://bellard.org/libnc/gpt2tc.html
Parra
https://bellard.org/nncp/
Victor
hi, what's the best blockchain library in c++?
Hanz
read and learn (not a library, but good for reference)
Akshay
How to connect c++ with Database
Anonymous
How to connect c++ with Database
just one article on how one might do that https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm
Karimjon
Guys who knows c++
Karimjon
I need help
Nameful
Ask your question then
Karimjon
Writing code for one topic
Karimjon
I can not send pictures
Nameful
Homework?
Karimjon
Yeah
Nameful
Please read the rules
Karimjon
Can you give some tips
Karimjon
How to do it
Anonymous
/get cbook
Anonymous
/get cppbookguide
Anonymous
/get ide
Anonymous
//otput nhi dae rhaaa,program to shi lg rha hain pr outout nhi aarha #include<stdio.h> int main() { char c; printf("enter any alphabet of english \n"); scanf("%c",c); if(c=='a'||c=='e'||c=='i'||c=='o'||c=='u') { printf("vowels"); } else if(c=='A'||c=='E'||c=='I'||c=='O'||c=='U') { printf("VOWELS"); } else { printf("constants"); } return 0; }
Merve
hello, everyone ı want to send string with uart.
Merve
ı have some like this function.