by ArgentGrace
Am I using the power function correctly?
|
|
[9 replies] Last: Glad I could help. :) As you can see, intermediate steps makes it les... (by closed account E0p9LyTq)
|
by LilyRos93
Char array and double variables
|
|
[2 replies] Last: Line 10,23,56: Animal and InitAnimal allow only a single character. ... (by AbstractionAnon)
|
by CMOM
Array Sorting Error
|
|
[2 replies] Last: That did work. Thank you!! (by CMOM)
|
by benams
Link an external custom DLL
|
|
[1 reply] : Creating and using DLLs in the Visual Studio IDE is easier if you crea... (by closed account E0p9LyTq)
|
by kaneki48
Need help on this one error
|
|
[3 replies] Last: Sorry in advance if I sound harsh but for a start you might like to us... (by closed account 48T7M4Gy)
|
by hendma
use push_pack for vector pair
|
|
[3 replies] Last: Hi, Sorry I didn't know you were new to C++, your code is reasonably ... (by TheIdeasMan)
|
by sasafeb
Sorting polynomial terms based on degrees
|
|
[8 replies] Last: Did you get it working correctly? I believe an earlier version of you... (by AbstractionAnon)
|
by DeeBoy707
Dice Program
|
|
[3 replies] Last: Yes thank you, and now to include my parameters do I replace cout << ... (by DeeBoy707)
|
by LilyRos93
Need Help getting Output to Display
|
|
[15 replies] Last: The animal type has to be a character array What does that mean? Do... (by AbstractionAnon)
|
by Athul
Efficient coding ?
|
|
[3 replies] Last: efficient (enough) In a word, 'sufficient'. (by closed account 48T7M4Gy)
|
by ghoalex
Getting the Number of characters from a text file
|
|
[1 reply] : Short of using a pencil and paper as the answer I imagine you could wr... (by closed account 48T7M4Gy)
|
by Athul
How to repeat an if statement
|
|
[4 replies] Last: Thanks guys i was able to write my program as i wished thanks to you :... (by Athul)
|
by Albos
Switch and char problems
|
|
[11 replies] Last: Good to hear :) Well in terms of the OP arriving at a solution - b... (by TheIdeasMan)
|
by kugen
Using switch statement to create a program that total up remainder when divide by 8
|
|
[11 replies] Last: Thanks for the advise. ill keep that in mind. And i will try to improv... (by kugen)
|
by sjerwick
Hang Man Game
|
|
[1 reply] : This will not work. if (secretWord == guessTemplate ) You need to u... (by Thomas1965)
|
by baluu
double use of arrow pointers
|
|
[1 reply] : Any pointer is accessed via the -> operator. The struct/class LAMMPS... (by coder777)
|
by bkoertje
Random Number Generation
|
|
[2 replies] Last: sorry. I am supposed to create a program that will randomly generate 5... (by bkoertje)
|
by S879
Please help
|
|
[1 reply] : Hi, Firstly, can you explain what the little math symbol "!" does in t... (by Naughty Albatross)
|
by ArgentGrace
Why is it outputing a weird number?
|
|
[5 replies] Last: Good to hear :) (by Naughty Albatross)
|
by MisterTams
Using Switch to total the cost
|
|
[2 replies] Last: Albos, Thanks, that did the trick! :) (by MisterTams)
|