
please wait
is programming for unity different then programing for UE4 |
so I have been watching people program in both of these engines and some functions look different in unity then they do in UE4. and then I learned about header ... |
Apr 1, 2019 at 1:38pm
[5 replies] Last: I want to clarify that I'm not familiar with using C++ with Unity. I'v... (by Ganado)
|
by DdavidDLT
Right answers but when I return I get wrong
|
I hope you guys won't need me to translate the whole code. So all the math is done in void vidurkis. I did everywhere cout in the function. Looks like everythin... |
Apr 1, 2019 at 1:33pm
[3 replies] Last: Lines 20-21: I still think these two lines are out of order. You're ... (by AbstractionAnon)
|
by ClarkeyBoy99
Help with Loop
|
Hi - This is likely to be a simple fix. But I am tasked with creating a treasure hunt game Where the Player must enter a X value and a Y value. The number must ... |
Apr 1, 2019 at 12:14pm
[6 replies] Last: Thank you for your help - Clearly, I'm a noob to coding... coder777, I... (by ClarkeyBoy99)
|
by gsid8365
Error checking values from txt
|
hey everyone i am trying to create a program that error checks values from a text file Examples of valid number input: 6 0 15 9 12 Examples of invalid number... |
Apr 1, 2019 at 11:38am
[2 replies] Last: Hello gsid8365, PLEASE ALWAYS USE CODE TAGS (the <> formatting butt... (by Handy Andy)
|
Fourier Series function plotting differently than graph calc |
I'm new on this forum and kinda new in c++ and certain maths... I'm not sure, but I think I did a correct Fourier formula on Geogebra graph calculator, but, wh... |
Apr 1, 2019 at 11:05am
[5 replies] Last: Oh, you made the code for me... :) Thank you very much for the effort.... (by SophiaCristina)
|
Loop creating extra output. |
Okay, so I just started teaching myself C++ maybe a few days ago. Messed around with some basic input output things, I wanted to mess with characters and the i... |
Apr 1, 2019 at 10:34am
[11 replies] Last: I don't know about the code itself but I want to point one thing about... (by Grime)
|
by hjcoding
Nested Loops homework problem.
|
Can anyone help me with this nested loops homework problem? I'm stuck on it and I'll be beyond grateful for anyone's help. 2. Request an integer value n. Outp... |
Apr 1, 2019 at 9:45am
[3 replies] Last: One for() loop only: // Example program #include <iostream> #include ... (by MikeStgt)
|
by blackstar
Remove Vowels
|
Just needing pointers on figuring this out Instructions Write a program that prompts the user to input a string. The program then uses the function sub... |
Apr 1, 2019 at 9:17am
[15 replies] Last: My idea how to abuse substr() for this task was, concatenate the subst... (by MikeStgt)
|
by stoneJax
unhandled exception
|
I created a fraction class function whose job is to reduce fractions. I am able to match my instructor output with the given fractions 8/9 and 2/3. However, he ... |
Apr 1, 2019 at 6:37am
[7 replies] Last: I appreciate the feedback guys. I got it to work and I took it a step ... (by stoneJax)
|
by mxracer321
Maze game using 2D array
|
Can anyone help me get started with this i am not sure how to read from file into array. The user will be presented with a maze, which is read from a file.... |
Apr 1, 2019 at 3:15am
[1 reply] : You could try and do something with this code if you like. It reads th... (by Cheddar99)
|
Two Same Strings Don't Equal Each Other? (1,2) |
I'm inputting a string and comparing it to a string. For some reason they don't equal even though they are the same. I'm guessing this has something to do with ... |
Apr 1, 2019 at 1:19am
[23 replies] Last: [quote=Enoizat]Well, not exactly... You need to change the subject: st... (by PiggiesGoSqueal)
|
by sturk
Ranged based for loop to normal loop
|
Hi, how can I change this ranged based for loop below to a normal for loop itself? I keep getting an error. Thanks! for (const auto& pt : poly.mPoints) ... |
Apr 1, 2019 at 12:44am
[4 replies] Last: Peter, your response made me laugh, because all that does is remove th... (by Ganado)
|