klimi
I corrected it
Dima
klimi
MᏫᎻᎯᎷᎷᎬᎠ
Bam will be your always head stamp...
Rap
Dima
certified asshole tho
Roxifλsz 🇱🇹
MᏫᎻᎯᎷᎷᎬᎠ
typing "with" is much faster than typing "w/"
MᏫᎻᎯᎷᎷᎬᎠ
I'm just playing with ya xD
klimi
Nice
klimi
But it's utf
BinaryByter
klimi
Anonymous
Hi guys
BinaryByter
bye guy
klimi
Bye
Dima
MᏫᎻᎯᎷᎷᎬᎠ
klimi
Hi
Anonymous
klimi
Anonymous
Fyn
klimi
Utf-16 on windows
Ariana
Anonymous
hmm... RTFM? :)
Anonymous
http://www.cplusplus.com/reference/ctime/tm/
Anonymous
tm_mon int months since January 0-11
Anonymous
Ariana
show the code ffs
Anonymous
cout << "Hello world" << endl;
Anonymous
😶😶
Ariana
The whole code
Ariana
like everything
Anonymous
Anonymous
It was working fine.
Anonymous
I dont know what's wrong now
Ariana
send as text
Anonymous
Process terminated with status -1 (0minute(s), 0 second(s))
Anonymous
Build no error
Anonymous
Compile no error
Anonymous
Error while running
Ariana
omt i mean the code
Anonymous
That's nth..
Just simple hello world program in c++
Ariana
...
Anonymous
I'll figure it out.
Thank you for your time :)
Anonymous
Fixed 👍
Anonymous
What was the issue @peace?
S.
So… looks it’s xterm’s fault ( but i believe codeblocks can use other terms
Ariana
i strongly believe we should all use vim
Liam
S.
Emacs party isn’t happy
Alfonso
Hi everyone! I'm just learning C and this group looks very useful with much information.
That's great! 👌🏽
Anonymous
Sure
Anonymous
I use nano, and i am learning to use vim
Anonymous
Vim is dangerous😶
S.
— by Michael Jackson
Anonymous
how to code a&b with output of no space and with space like this
Output 1: ab Output 2: a b
S.
Anonymous
C++ Output
Example
Output 1: ab
Output 2: a b
Anonymous
I don't know how to code
Output 2: a b
S.
insert a space into your constructed string
Anonymous
S.
OK you need to be more specific …
Anonymous
S.
… or people would just answer std::cout << "a b\n";
Anonymous
S.
Hmmm what’s the original problem?
Anonymous
my teacher give me defferent given formula that difficult to code
Anonymous
Anonymous
cout << "Output1:" << "ab" << endl;
cout << "Output2:" << "a" << " " << "b" << endl;
Anonymous
Send
S.
Send
His handwriting is difficult to read ( at least for me
Anonymous
Let's see if we could solve 😋
S.
It looks like an easy homework… with strange requirements
Anonymous
I think he started doing homework by himself😅😅😅
Anonymous
char symbol1, symbol2, symbol3;
cout<<"Enter two initials without any";
cin>>symbol1>>symbol2;
cout<<"The two initials are:\n;
cout<<symbol1<<symbol2<<endl;
cout<<" One more with a space:\n;
symbol3=" ";
cout<<symbol1<<symbol3<<symbol2<<endl;
cout<<"that's all" ;
return 0;
S.
Looks OK
S.
What’s the problem