BinaryByter
i'm such a gangster I didnt read the pinned message yet
BinaryByter
Hello Arjun
Arjun
OK, i'h read it.
Anonymous
BinaryByter
BinaryByter
Anonymous
BinaryByter
i'm one of the first members of this gorup
BinaryByter
first 3000*
Arjun
Great
Eyoba
Looking for help ...please? Am biginner to c++ A c++ program Title-- cinima management system Least Features to include- 1-the owner can register movies 2-their schedules/showtime 3-customer booking service(no of sits available and reserved seats check)then book and reserve 4-search customer and movie 5-delete customer and movies 6-update the movies registered any time 7-sort 8-display to the screen => you can use either struct or class - you can use either file system or input from keboard
BinaryByter
Organize it into three parts
BinaryByter
1) data storage 2) data processing 3) interface
BinaryByter
this UML has to display EVERYTHING that will later be in the program
BinaryByter
then, program those three things independently of eachother
BinaryByter
then wire them together
BinaryByter
for the UI, use C#
BinaryByter
which you wire up to a C++ backend
BinaryByter
Thats would by my approach
what is operator overloading?
anyone can give me example with program, in simple way!
Eyoba
Thats would by my approach
I appreciate your advice but i need a simple source code without interface (no graphics)
BinaryByter
Thats even simpler
BinaryByter
what is operator overloading?
say you have a class class my_super_special_integer { public: int a; };
BinaryByter
Now you want that the operator++ does something special to a
BinaryByter
you would extend my_super_special_integer by this: void my_super_special_integer::operator++ () { a += 2a; }
BinaryByter
this would be a basic example of operator overloading
BinaryByter
Thats even simpler
Then, just make a simple CLI interface as the UI
BinaryByter
BinaryByter
Dima
hooooraayyyyy 41 until 3k members
Dima
Anonymous
Yes
JAIMISH
OK
JAIMISH
i need some books for c/c++ and java for beginner
Akshay
Can any one solve this program using c++
Akshay
https://practice.geeksforgeeks.org/problems/maximum-height-of-the-staircase/0
JAIMISH
#Request books #c/c++ #java
Jussi
#cpp
Anonymous
This and the ones mentioned in pinned post
Anonymous
Who knows about gcc?
Anonymous
Need help on kernel building with -O3 Flag
Anonymous
Having gcc: errors
Anonymous
Having gcc: errors
What's the error?
Anonymous
#Request
You already got the answer to that ...
JAIMISH
👍
Rijul
Hi all, A quick question for all using C/C++. In which scenario is C preferred over C++? C++ is an OOP extension to C. But if I am not wrong it can be used as replacement of C as well right? (Like a functional programming language). So why C? I know C is heavily used in some places - Linux kernel, etc. But if I am not wrong the time linux kernel was originally written, C++ was not mature enough. But now its a different scenario. So why C now? Does it provide better memory management? Or any other reason?
Anonymous
What's the error?
Gcc: Unrecognized command line option somethin like that
Anonymous
Will give u plz wait bro
Anonymous
Sure
Igor🇺🇦
And C is not strict subset of C++. There are some differences, like reserved words and casting rules.
Anonymous
Hi guys
Anonymous
Bol
Anonymous
Hi
Anonymous
Keep the chat English :)
Anonymous
Hello group
Anonymous
I have a problem
Anonymous
In console i can't cout "привет мир"
Anonymous
Console show me, another string like this #£€/@*#&#@
Anonymous
Sorry. I know english a little
Anonymous
dormitory project in link list Dormitory management system algorithm
Anonymous
I can use libiconv library for this problem
Anonymous
dormitory project in link list
Anonymous
send this bro
Anonymous
#include <iostream> int main() { std::cout << "Салом олам"; return 0; }
klimi
is your terminal utf8 compatible?
Anonymous
Anonymous
What should i do?
klimi
get terminal that supports utf8
Anonymous
In .txt file didn't write anything
klimi
what txt?
Anonymous
If write in code