Ros
If I knew any, I would send you
Álvaro
thanks!
Ros
Nope
Ros
Sry
Ros
Ros
https://cppinstitute.org/ C/C++ developer certificates
..
Hi
deltanicola
hi
..
How r u
deltanicola
fine
deltanicola
you?
..
Good
..
Where r u from
..
?
deltanicola
deltanicola
u
..
italy
Afghanistan
..
Do u know Afghanistan
deltanicola
Do u know Afghanistan
i know where it is
..
In Asia
..
Heart of Asia
deltanicola
i... know it
..
R u programmer
..
??
deltanicola
not certificated
..
Hmm do u graduate from university
deltanicola
i'm still in high school
deltanicola
so far i just can imagine myself as a programmer tho
..
Ok
Mahammed
Iostream.h
Francesco
Magic
Max
Hey folks!
Max
Is it permitted here to share my own opensource C/C++ project?
Max
May be someone will find it useful
Francesco
May be someone will find it useful
Maybe for destroy valkyr
Max
haha, you got it! :)
Francesco
I saw your project in the other groups
Francesco
I think you could share with us
Francesco
A beautiful idea
Max
Wow, nice to hear your feedback!
Max
So, I'm making open-source C++ embedded framework, called theCore: https://github.com/forGGe/theCore First it was started as small pet project, just to have basic abstractions for my embedded intents. But soon I realized that there are tons of things should be done to get it really *good*. So why not ask people what they think about it, right? :) I have summarized few ideas, so I will copy-paste it here 😋: - use bleeding-edge C++ for type safety and compile-time computations, thus reduce debug efforts - provide zero-cost hardware-independent abstractions - generate code, where needed, to avoid user mistakes - be friendly to any CMake user - provide tools for project deployment, hardware interactions, migrating to a new hardware, etc. The project iself is non-profit and MPL-licensed (and always will be licensed under OSS license). I appreciate for any feedback and collaboration.
Anonymous
Can any one send for me fake sms site
al: So, if you want to create an email account using these online SMS numbers, don't go to Gmail or yahoo mail, choose something that is less popular.Now it's time to dive into the list....Here is the list of online SMS receiver sites :http://www.receive-sms-online.info http://receive-a-sms.com https://www.textmagic.com/free-tools/receive-free-sms-online http://hs3x.com http://receivesmsonline.in http://www.receive-sms-now.com http://receivefreesms.net http://receivesmsonline.com https://www.receivesmsonline.net http://freesmsverification.com http://receive-sms.com https://smsreceivefree.com http://www.e-receivesms.com http://sms.sellaite.com http://freereceivesmsonline.com http://receiveonlinesms.biz http://receivesmsonline.eu http://getsms.org http://receive-sms-online.com http://receivefreesms.com https://sms-online.co http://mfreesms.com/receivesms.php http://www.esendex.com.au/send-sms-online http://www.textlocal.com/receiving-text-messages-online https://www.proovl.com/numbers http://receivesmsverification.com http://receivesmsonline.me http://www.virtty.com/en http://receivesms.online http://hidemynumbers.com https://smsogram.com
Anonymous
Good luck
Hezbon
Hellow guys am a beginner in c language I would like to know why we use ☆Conio.h instade of math.h And also came across #define pi 3.14 as header ☆meaning clrscr and getch ☆int main and void man ☆int and float
Anonymous
@themester, I am not free for the moment, reason why we didn't start with requirements. But I will be free next week, so you can continue. Thanks.
Anonymous
Hubo. Pick_beeper()
random integration
Anyone knows c++ completely??
Anonymous
nobody
Are u kshshjdhhsbfd
Evgenii
Are u kshshjdhhsbfd
no I'm not kshshjdhhsbfd
Max
Hell, some dialogues I will never understand
Anonymous
Hell, some dialogues I will never understand
This is anew programming language created by me
Anonymous
Can someone share advanced c++ books here?
Anonymous
Only advanced
correctmaninwrongplace
Anyone knows c++ completely??
Is it even possible?
Isc
nope he doesnt, he said he knows 80%
Moh
Top Players 1. sohai – 6669 2. David Roman – 6667 3. Isc – 666 4. Mester – 119 5. Moh H – 100 6. Michael – 79 7. Leo Chalamastinyo – 72 8. Caner Aslan – 66 9. Kumar Gautam – 64 10. Rokas Urbelis – 63 11. DAѴRON – 60 12. Lorenzo MemoriasIT – 58 13. Evgeniy Zheltonozhskiy🇮🇱 – 57 14. V I V E K – 57 15. inchidi – 50 16. Omer – 49 17. Ritwik – 39 18. randomZack – 39 19. Italo Muryllo Tosta – 37 20. Shekar Neo – 33
Anonymous
Anonymous
Hi
Anonymous
int x=10; float y =10.5 , getch returns the character read from the keyboard. clrscr clean the screen and place the cursor at the top left of the window. conio.h —> Borland, prototype of function void main(void) , int main —>return int
Anonymous
#define —>var constant
Igor
Hi
Anonymous
Hello
Anonymous
One question
Anonymous
Is better dev with the latest standart of c++? Std17
Max
if your compiler supports it - yes, new standart is better
Anonymous
Other question is When use auto and when explicit type of data?
Max
Other question is When use auto and when explicit type of data?
auto is considered better, but you should agree with your team about and state it in your project's code style. many people do not like it.
Anonymous
Use auto in all vars? 🧐
Anonymous
LoL
Max
no, not all. auto cannot be used everywhere. there are a lot of places where you need to write explicit type.
Anonymous
I deleted by error
Max
when declaring array
Max
in function/method return type, where compiler cannot deduce return type
Max
in members declaration
Max
many places