Stefan
a better c/c++
klimi
Hm and? Why post it here
Stefan
pretty sad that this cute little lang didnt get the momentum to get mainstream like c/c++
Anonymous
DLang is good
Anonymous
As far as what I have heard from @OxFFFFFFFF
Stefan
most of the haunts of the past of c/c++ were fixed in d
Stefan
lately it has been integrated in gcc 9
klimi
Oh okay
Anonymous
how give input dynamically for map using for loop
Dexter
You're welcome
That supposedly a Sarcastic reply
klimi
:3
olli
can any one plz tell me
You want to insert into a map during runtime? You can use either insert or emplace to do that
Hayk
IDK how to implement it
What are you trying to do?
klimi
Minecraaaft
Anonymous
Good luck
klimi
Ty
Kiccha
Can anyone help me to do a mini project based on C programming?
Kiccha
I need to do a mini project
Kiccha
Iam not knowing what to do exactly
Tobias🐾🚲
How about you read the docs and get started?
Tobias🐾🚲
Or start a 101 tutorial?
Kiccha
Anonymous
I need to do a mini project
What kind of project
Dexter
What kind of project
It is an university level project on which i am working with some other students And we have some students from other universities who are writing codes for the project and submitting online... They will get certificate and other rewards
Shivam
Noice
ankit
Ankit Srivastav: int a[10]; sizeof(1) // gives 4 because 1 is int sizeof(7.6) // gives 8 or 4 depending on sizeof float size(1,7.8) // come is left to right so 7.8 will be taken and float's size will the output sizeof(array) // guves total size of array but why....sizeof(1,array) // gives 4 ?
ankit
i mean.... int a[10] ; int b[20]; sizeof(a) // gives 40 because int is 4.... sizeof(a,b) // come is left to right so answer should be 80..... why output is 4 ????
Anonymous
I am doing bcs first year give me plz some data to learn c programming
Anonymous
Plz
Anonymous
Help me
Anonymous
Sorry
Shivam
And if you are looking for C language resources, you can check Sololearn
Anonymous
Really really sorry
Anonymous
Kidhar ka hai bhai tu
Shivam
But it'd be good if you check Ansi C by Dennis Ritchie
Shivam
Shivam
#ot
Ибраги́м
pretty sad that this cute little lang didnt get the momentum to get mainstream like c/c++
Because it isn't owned by Microsoft or Google while being miles ahead of C# of and Go combined.
Ибраги́м
2. Version 1 was a mess kind off
Ибраги́м
And the idea of GC only turned away lots of people
️markdonz️
Thanks admin
Ибраги́м
then both Go and C# would so
D is targeted towards people in C and C++, not bread and butter camp (even tho it does that well also)
Anonymous
Hi, I wanna share some tutorials of C++ projects I wrote with y'all.
Anonymous
Including: Implement Smart Pointer, Tetris, Couse Management System, Bank Queue Model, Memory Leak Detector, etc. Find out on LabEx :D
Liam
https://gist.github.com/Liam0205/25dcb10e55b3cb2306931aa277355bbf
Liam
Today's toy.
Ludovic 'Archivist'
https://gist.github.com/Liam0205/25dcb10e55b3cb2306931aa277355bbf
Would not adding a small additional file for checking collisions important?
Liam
Liam
Hence the term toy.
Dima
/report
Dima
Ludovic 'Archivist'
Lol, that’s not an easy thing for `constexpr`s.
I meant to use out of your program for checking the strings, for example, as a small executable that takes null terminated strings from stdin and outputs o stderr if there is any conflict between previously sent strings
BinaryByter
BinaryByter
/ban found a critical issue in VLC
Hayk
Hello guys! We've created a Qt group,so join if you are interested ! @QtPeople Note that an admin gave me the permission to post the group link so this isn't a random spam😁
j
im trying to read lines of a txt to an array
j
but after reading array seems to be empty
j
https://gist.github.com/rexto/3e843b1a4af582bb425282fdddfceb5b
j
ive been trying fora long time
j
but i cant get to solve for now
j
does somebody know what im doing wrong?
Prometheus
https://gist.github.com/rexto/3e843b1a4af582bb425282fdddfceb5b
Are you unable to use cpp? Not sure if it's for a class or something.
Stefan
i used to work on it
Stefan
...until tmp kicked in
Dima