
please wait
by WakelessFoil
Help with Functions
|
So I am in a intro class for computer programming. I am not very good at working with multiple functions in a script. I was given this task this week relating t... |
Nov 2, 2020 at 7:06am
[5 replies] Last: Do you understand functions now, or are you still unsure? (by CodeGoggles)
|
by stredge
Why can't we inizitialize arrays with a function that returns arrays
|
So I know that the following code doesn't technically "return" array, but I still want to know why it gives me an error when trying to to initialize/assign a... |
Nov 2, 2020 at 6:03am
[5 replies] Last: Your reply still has some holes that need to be filled -- Let's see... (by newbieg)
|
by NowIC
Beginner want to advance (Network Programming in Windows)
|
Hallo. I have a PacktPublishing subscription. I learned & watched 2 courses about C and thought I can now go to some advanced stuff. Maybe I am wrong. Now I sta... |
Nov 2, 2020 at 5:37am
[2 replies] Last: Of course. Ok. Thank you. Didn't see this. :-) (by NowIC)
|
by dmartin
need help with an assignment for my class
|
I am new to C++ and need help with a assignment. Create an interactive fiction story application in C++ You will get to try out your requirements gathering,... |
Nov 2, 2020 at 3:40am
[7 replies] Last: PS It's a good move to properly indent your code, and also to tag your... (by againtry)
|
how to write my own vector.emplace_back |
As an exercise I'm writing my own version of vector. I can't figure out how to implement emplace_back. I went and looked at my header for a hint, and this is wh... |
Nov 1, 2020 at 10:40pm
[6 replies] Last: What does the :: in front of new mean? I assume it prevents someone fr... (by closed account oivD8vqX)
|
by valiciousx
check if 2 complex numbers are equal (OOP in C++)
|
I started so study OOP in C++ and I have some issue with an exercise. I have to create a class "Complex" with a method equal()which checks if 2 complex numbers... |
Nov 1, 2020 at 8:45pm
[4 replies] Last: Yess, it's working now. Thank you for your help! (by valiciousx)
|
by maulk
how to Functions
|
. |
Nov 1, 2020 at 4:32pm
[6 replies] Last: @maulk. Please don't delete posts. It's not good forum etiquette. I... (by CodeGoggles)
|
by RxIsCritical
Need to store 5000 Randomly Generated Names in Array
|
I need to store 5000 randomly generated names in an array. I have made my generator, however, I can't seem to figure out how to get 5000 random names. #inclu... |
Nov 1, 2020 at 4:22pm
[7 replies] Last: @seeplus yes you are right. But as a novice coder myself I tend to thi... (by CodeGoggles)
|
by totoo
bool and vector functions help (1,2)
|
A user should be able to input a 4-digit number that satisfies the following: --each digit is unique --the tens place is three times the thousands place --an od... |
Nov 1, 2020 at 1:36pm
[23 replies] Last: Sorry for the 'off-problem' posts. Got a bit sidetracked.... As @last... (by seeplus)
|
by syeare
File Streams: Int (?) Output
|
I have a file, file.txt . I must read data from this file, make some calculations, and then output that data into new.txt . The content of file.txt (doe... |
Nov 1, 2020 at 11:29am
[10 replies] Last: Hello syeare, Sorry I ended going to bed after my last post. For ex... (by Handy Andy)
|