by Bopaki
Program compiles OK! but bombs out when I run it
|
|
[4 replies] Last: It works!!!! could not believe it...... here is what I have edited: ... (by Bopaki)
|
by victorio
PlaySound in Eclipse
|
|
[3 replies] Last: I needed to add library winmm to Eclipse. (by victorio)
|
by ajowen30
Let a user choose how many sides are on a die and how many times it is rolled. Output the sum of all the numbers rolled.
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/control/ (see iteration) def nD... (by ne555)
|
by Nna
Scope of looping - error: status -1073741819
|
|
[9 replies] Last: > you don't need an array in the time (i) direction sure, if you only... (by lastchance)
|
by Reikon
Fstream help
|
|
[7 replies] Last: Okay, Thank you very much, Jlb. and for the friends part. I was going... (by Reikon)
|
by zimmad048
all prime numbers upto n using loop
|
|
[8 replies] Last: I gave you the answer, its the same about of code give or take a coupl... (by jonnin)
|
by kaeru22
Is it possible to read from a file without fstream?
|
|
[7 replies] Last: I was just going to ask another question about redirection, but you ju... (by kaeru22)
|
Grades and Average |
|
[2 replies] Last: Hello philipmorries3, PLEASE ALWAYS USE CODE TAGS (the <> formatting... (by Handy Andy)
|
by ajowen30
Using rand(), create a 20 by 20 block that prints "[#]" for solid and "[ ]" for open.
|
|
[1 reply] : Please edit your with code formatting by adding "[ code]" and "[ /co... (by Ganado)
|
by medosz
asterisks in a form of triangles
|
|
[4 replies] Last: Well it would be a hell of a lot easier if you chose meaningful variab... (by salem c)
|
by victorio
Print a list in txt
|
|
[2 replies] Last: Thanks for reply, your help is very important. I will test and reply a... (by victorio)
|
Logical Operator |
|
[8 replies] Last: ok dude, thanks and to all of you <3 (by philipmorries3)
|
How can I only call the function once |
|
[7 replies] Last: No problem. I'm glad we could help! (by xmrfate)
|
segfault at c-string |
|
[2 replies] Last: Thanks, that makes sense. (by nuderobmonkey)
|
by HowieW
Trying to search for a players info within a score keeping log
|
|
[5 replies] Last: The version that you have just pasted has two int main() and also star... (by lastchance)
|
by catsonmars
Input validation
|
|
[3 replies] Last: The general rule with user input is: The user will ALWAYS ... (by Duthomhas)
|
Replacing a specific part of a parent_path of std::filesystem path? |
|
[3 replies] Last: "notice a pause" At what point exactly are you noticing lag? Are you r... (by Ganado)
|
by CodeNovice01
Min/Max
|
|
[2 replies] Last: You can also use int min(int a, int b, int c) { return min({a,b,c... (by lastchance)
|
by Deadweight77
Computer sign-in/sign-out
|
|
[2 replies] Last: Yea I could use vectors,but I'm not sure how I should incorporate it. (by Deadweight77)
|
by valiciousx
sum problem with functions in C
|
|
[2 replies] Last: Thank you very much! I solved the problem. (by valiciousx)
|