Posts by Mateus Souza • 647 points
8 posts
-
15
votes5
answers106673
viewsQ: How to generate random numbers in Python?
I would like to know how to generate random numbers in Python. I’m with version 3.4.
-
8
votes4
answers10409
viewsQ: How do you display "Press ENTER to continue" in Python 3.4?
I wanted to know how to do the " Press ENTER to continue", or the "Press any key to continue" in Python 3.4, without having to create a single variable to store ENTER.
-
3
votes1
answer224
viewsQ: How to make graphic applications in C and C++?
I’d like to know how to make apps with C and C++ GUI. I know logic, like if/Else loops, while, for, swith and while remain the same, but I would like to know how to make a window, button, and…
-
1
votes0
answers155
viewsQ: What is object-oriented programming?
I know that C++ and Java are examples of object-oriented languages. I know that the Std::Cout << "string"; is an object, but I don’t know what object-oriented programming is. What?
-
16
votes2
answers684
viewsQ: What is an algorithm?
I would like to know what algorithms are. I program in C, study C++ and Python. In all the online courses I’ve taken, I’ve heard of such an algorithm, but I don’t know what it is.
algorithmasked Mateus Souza 647 -
2
votes2
answers183
viewsQ: How do I insert complex numbers into C++?
I know I’ve asked a question like this before. It was about Python. But in C++, how to insert a complex number?
-
2
votes2
answers4952
viewsQ: How to display "Press any key to continue" in C++?
In C, I put "Press any key to continue" with the getchar(). command in C++, as I do?
c++asked Mateus Souza 647 -
4
votes1
answer3288
viewsQ: How do you insert complex numbers in Python?
I already know when inserting one int in the print it is necessary to put the %i. To the float is %f and to the string is %s. Now how do I insert boolean and complex? The bool and the complex?…
python-3.xasked Mateus Souza 647