Anonymous
I'm mohamed new in this group
klimi
nohello.com
Diego
Woah rude
Ehsan
Woah rude
ahh he deleted it
Anonymous
Thanks
Anonymous
I'm new here.... So I'd love to make good friends here
Papa
#include<iostream> using namespace std; class sample { int x; } int main() { sample obj; obj.x=100; cout<<"x="<<obj.x<<endl; }
One thing missing in this code is, you forgot to put semicolon after the int x bracket #include<iostream> Using namespace std; Class sample { Int x ; };
Anonymous
Anonymous
where you from
Anonymous
/get
Yasas
/get
Zoro
/notes @duhduhduhduhduhdu
Zoro
#best-book
Anonymous
/notes
Zoro
#implicit-type-conversions
Zoro
@duhduhduhduhduhdu
.
/adakadabra
.
/
.
/givememoney
Anonymous
Write a C program to implement one dimensional data decomposition using block decomposition.(ex: using subprograms to find sum, max,... for each block, then find the final solution in the main program)
Anonymous
/givememoney
Anubhav
I want to learn embedded c and c in iot Can anyone please send
Anonymous
klimi
???
??????
Hanz
???
??????????????????
Oleg
/ban
klimi
@roxifas look at it :O
Roxifλsz 🇱🇹
/warn offtopic
Roxifλsz 🇱🇹
I do get it, Palestinians getting bombed is no fun, but this is not the place to talk about it
Butterfly 🦋🦋
Anyone expert in c programming??
Anonymous
/ban
Anonymous
/ban
Strange, two admins with different perspectives. One hesitates and the other goes for it.
Anonymous
Strange, two admins with different perspectives. One hesitates and the other goes for it.
I've been looking for a reason to ban him/her. He/she is a Nazi and should not be able to talk to other people. I couldn't ban him/her earlier because he/she didn't break any rules but now.. :)
Anonymous
He might just be a fanatic. But anyway, it is bad either ways.
And probably illegal in some countries like Germany or Russia
ROLANDO
am requesting for a c project ....solving any problem
Hanz
am requesting for a c project ....solving any problem
Priority pusher project, create a GUI that contains a button to add task with its priority level. Sort tasks by its priority level (DESC) and its creation timestamp (ASC)
Hanz
each task must be a class or struct that could be converted to a simple Label in a single method calling. no need fancy design that would be an improvement
Hanz
😭who can do this
"solving any problem" You might be able to do this, right?
Dima
It’s not assignment solving group
ROLANDO
Ok
Aditi s
How are data and functions organized in object oriented and procedure programming
Aditi s
Can anyone explain
Anonymous
Why only English ?
klimi
Why only English ?
because it is an international language
Yasas
/notes
Yasas
/get howtoprogram
Yasas
/get ide
Yasas
/get cpp
Aditi s
Can we use the same function name for a member function of a class and an outside function in the same program file?
Aditi s
How are they distinguished if yes
Aditi s
Anyone
Hanz
How are they distinguished if yes
yes call them directly: Class->method()
hehe
Number-to-English. You are required to express integers using words (as for example you do while writing cheques). For simplicity, you are given that the integers lie between 0 and 999999. Here is an exhaustive list of words that your program should use: zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty, thirty, forty, fifty, sixty, seventy, eighty, ninety, hundred, thousand, lakh. Don't use hundred, when you can use thousand, e.g., use one thousand five hundred instead of fifteen hundred. As an example, for input 213425 your program should print two lakh thirteen thousand four hundred twenty five. Write a C program to read in an integer between 0 and 999999 and print the English equivalent as outlined above. Do not use any function other than main(). [ Submission Filename: 〈Your roll number〉LT1P1.c For example, if your roll number is 20CS30099, then the filename for this task will be 20CS30099LT1P1.c ]
hehe
Need your help buddies, please solve this question in C language
hehe
Okay
Hanz
install clang then
Anonymous
Stop spamming
Anonymous
Yes Solve the error
Jasur Fozilov 🐳
This is a bug in my program. [error] ucontext.h: no such file or directory In C++ 17. Why?
Soham
Hey can anyone tell me the best way to copy a 2d array to a 2d vector??
Jasur Fozilov 🐳
Can you read the error?
No how can i read it ?
Anonymous
Anonymous
I'm just answering the question It's not my problem that a person cannot read what HE sent
Sidhhartha roy
no killings...we want the world to live with peace and harmony
Jasur Fozilov 🐳
With your eyes
when I compile it only displays this error "[error] ucontext.h: no such file or directory" What other error should I read?