Asad
:)
after how long can i ask about groups?
klimi
Asad
yep
Asad
it is written: "asking about groups right after joining will lead to warning"
Roxifλsz 🇱🇹
So actually, you didn't even get banned but you should've
Dofwfiom
Dofwfiom
what's wrong with fclose and system
Anonymous
Use paste.ubuntu.com to share your code
Lionel
Could someone give a problem statement using concepts of friend functions, operator overloading?
Dofwfiom
https://paste.ubuntu.com/p/FgWvzXZqS6/
Anonymous
https://paste.ubuntu.com/p/FgWvzXZqS6/
And share error your compiler gives you
Dofwfiom
nothing changed
Dofwfiom
I_Interface
Use pure C or C++. Use std::string for your buffer.
I_Interface
In C++ use fstream standart library.
I_Interface
And again, it's bad to post a photo here.
Dofwfiom
string instead int?
I_Interface
string instead int?
Instead your char *d buffer.
Dofwfiom
char *d buffer work's correct
I_Interface
string instead int?
And better for you to watch a video how to work with files in C++ or pure C.
I_Interface
Then try it again.
ⅅℛ ᎯЅℋᏇᎯℕ 🌿
If any one try writing code using ubuntu?
Luis José
Hi guys 😊
klimi
Hi guys 😊
Hi? What is your problem?
Luis José
No one. I was an old member of this group and just came back to read you all
MᏫᎻᎯᎷᎷᎬᎠ
MᏫᎻᎯᎷᎷᎬᎠ
Hmm Is there any C++ library for Doing X?
MᏫᎻᎯᎷᎷᎬᎠ
Lol Did not work
~ADIMIE.Biz~
hi all. i got a question regarding c++, i need recomendation about book in c++ mainly for game coding/creation. currently study in game development. thank you.
Dofwfiom
how to limit decimal places on С? in console
klimi
%0.2f
Anonymous
how to limit decimal places on С? in console
printf("%.2f", my_var);
klimi
Or something like that I dont remember really when I need it I google it
Dofwfiom
type double))
Dima
zax's
Hi
klimi
Hi
nohello.com
klimi
Lol
nolol
Spirit
nohello.com
Are you a girl ;3
klimi
yes
Spirit
c:
Spirit
How do you get cool titles in telegram
Spirit
Is it for admins?
I_Interface
Is it for admins?
Only for Klimi.
I_Interface
Is it for admins?
And it's ot.
I_Interface
Anonymous
Dima
I_Interface
Spirit
Cats are #ot
I_Interface
Cats are #ot
I don't think so.
Luis José
#howtoask
Luis José
#cbook
Luis José
#cppbookguide
Azzam
I want to determine the length of the largest contiguous segment in the indices range [l, r] of an array(A) that forms an arithmetic progression with a common difference of D. How can I implement it using a segment tree ??
Peace🌿
Hi guys! first of all I want to say, my english sucks :) I must make program for compile gp (guitar pro) format into mp3. In github i find code for compile from gp to midi, and from midi to mp3. but i need only from gp to mp3. I just dont know, where should i get info ? Thanks! :)
Darshan-
hi everyone
professor
where i the meta group?
klimi
#ot
olli
From @invisibazinga2 Hi guys, I have never written C++ in my life and reading forums I have come into a conflict. It may be the simplest error but this will go a long way, dhd.h:379:32: error: expected ';' before string constant #define CONFIG_BCMDHD_CLM_PATH "/etc/wifi/bcmdhd_clm.blob" I have read posts saying you should never put a ; at the end of a #define and some posts with the title of my error goes in to talking about « and other what seems not related. Apologies if i look like a complete noob, but if you could please help. I just want to get through these errors, learn them and have a device thats running android 10 lol.
‎ ‎ᵃᶻᶻʸ
Thank you so much man!
‎ ‎ᵃᶻᶻʸ
‎ ‎ᵃᶻᶻʸ
olli
It almost looks like the fix has been given to me, which it probably has. As i say just in conflict whether or not to put a ; Since I can't provide a link, hopefully images will suffice.
In general you should not end a macro definition with a semicolon. In this case VENDOR_PATH is unknown, so your compiler doesn't really know what to do with it and expects a semicolon after it (in front of the CONFIG_BCMDHD_CLM_PATH macro). Most likely your build environment is missing some flags.
ascyxx
hi
Anonymous
Yes