Anonymous
It didn't but
Otumian
Get one digit and add comma.. first then the next
Codigo
Sorry, I had something on my keyboard 😅
blobross
/get c book
blobross
/get book
blobross
/get cbook
blobross
/get ide
Hanz
/get
Hanz
/notes
Hanz
#nousingstd
Hanz
Nope for small project
Diego
#rose_as_my_girlfriend
Diego
lmao i love her
Anonymous
Best programming language to start with?
Arpit
anyone have c programming theory pdf?
Diego
I'd say C++
I have to disagree lmao
Diego
C++ is way too complicated and extensive to start with as a programming language
Diego
It's better to start with a simpler language, like a scripting language, to grasp programming as a whole
Diego
Ian
C++ came 1st
Hanz
The creation of python was based on C++
true, but what's the deal?
Diego
C++ came 1st
Technically assembly came first, that still doesn't make it a good language to learn first
Diego
Neither that, or BASIC
Ian
Technically assembly came first, that still doesn't make it a good language to learn first
If we're going that back in time then machine language came 1st
Diego
And... your point? lmao
Ian
And... your point? lmao
C++ is easier than python
Anonymous
Friends how can I declare a char array without placing a value inside Example char a [ ]; It vives me an error
Diego
What are you trying to do?
Diego
An array is a collection of objects of a given type
Diego
You can't make a collection that has no space for any objects
Diego
There's more to arrays, but that's the gist of it
Mandelbröt
/get ide
Mandelbröt
#vs-code
Mandelbröt
#cpp-vscode
Anonymous
I'd say C++
😍😍😍
Anonymous
hi
Hanz
is this even a reason?
klimi
is this even a reason?
Its in rules, so yes, it is
klimi
klimi
Not directly, its just connected
Mj
Hi, I need a simplified project idea. I can use this Project Requirements: The project must include four concepts: 1. Pointer. 2. Classes (Objects-Constructor-Destructor). 3. Inheritance. 4. Virtual Function. Thank you 🙏🏻
Hanz
Make a calculator
I dont see those points implemented
Anonymous
I dont see those points implemented
1. It can be a simple GUI calculator. Then every button can be a class that extends an abstract class of a calculator button 2. It can be a console calculator that supports complex expressions (1+2*3/4). Then you have to build a tree of an expression where every node is a subexpression. Every operator will have its own class that implements an abstract interface of an operator
Hanz
Btw, when will regex be available in C++?
Alex
regex are available since c++11
Anonymous
Lol..
Anonymous
But it's really bad
Anonymous
ctre is better
Dav Wealth ✨
Does anyone know how to use code blocks
Dav Wealth ✨
C++
Mihai
Does anyone know how to use code blocks
find google tutorials about case uses for code blocks: install & config.
Dav Wealth ✨
👌
Alpha Max
Anonymous
Java vs python. Which should i choose to begin with?
Amirul
hey whatsupp lads, im a student and trying to settle my assignment in C languange
Amirul
im doing it now
Amirul
i wanna know how to validate the user input
Amirul
i mean i want the user to enter number
Alpha Max
Use regex
Vlad
i mean i want the user to enter number
scanf("%d", &var);
Vlad
Next question
Amirul
scanf("%d", &var);
but what if the user enter character
Amirul
but then if i entered character.it will still proceed to the right output