by idkwidlol
How would I go about...
|
|
[4 replies] Last: Is there any way I could do it just using fstream? No way. With fst... (by Thomas1965)
|
by kylie
Stuck with getline problem
|
|
[1 reply] : cin >> movie .year; cin.ignore(); //to discard the end of line ... (by ne555)
|
by sohaib79
how would I multiply two 2d dynamic arrays and store them in another dynamically created array?
|
|
[1 reply] : compare int** B = new int* ; for (int i = 0; i < r2; i++) { B = ... (by ne555)
|
I can't use CLS in Linux terminal |
|
[no replies]
|
by AtlFalcons24
How to modify code to output result using a different method?
|
|
[7 replies] Last: Why does line 118 begin a while loop? How many rolls are you doing? ... (by cire)
|
by afeng
Help with increasing the size of an array of objects
|
|
[5 replies] Last: http://www.eelis.net/iso-c++/testcase.xhtml point 6 (by ne555)
|
by skadush
Access violation
|
|
[2 replies] Last: Yes i followed it. if you are talking about library initialization I l... (by skadush)
|
wrong code output |
|
[13 replies] Last: Thanks guys for making me think. I figured it out and returned the val... (by Cplusplusstarter)
|
by gcoder97
Error in loops
|
|
[1 reply] : You only seem to be reading one item from your input file and you seem... (by jlb)
|
by pabs8
loop through pointer array
|
|
[6 replies] Last: Thanks cire, that was awesomely good, it really helped me. I successf... (by pabs8)
|
by gcoder97
Nothing is printing to the screen
|
|
[3 replies] Last: You only ever read a single number from audioFile (at line 16). Does ... (by dhayden)
|
by chillsloth
Theater Seating Project help please
|
|
[3 replies] Last: just finished. YUP IVE BEEN AWAKE SINCE I POSTED THIS... guess this is... (by chillsloth)
|
by MCCodo
Stuck with c++ help
|
|
[5 replies] Last: Thank you all its very helpful though I love to watch tutorials and pa... (by MCCodo)
|
by beertje
using answer of question for a struct
|
|
[1 reply] : In C++, you don't need to say struct other than when you're defining i... (by Moschops)
|
by XxshaydeexX
Sorting from highest to lowest
|
|
[1 reply] : Put them in an array, then like this: sort(array, array+5, std::great... (by Moschops)
|
by ChungTong
error towards the program
|
|
[2 replies] Last: ohoh i thought that if someone answer the question the post will gone ... (by ChungTong)
|
by ChungTong
display 0 in my proggram??
|
|
[1 reply] : You need to create an object for a class. Read about classes. When you... (by closed account 1vD3vCM9)
|
Craps game |
|
[2 replies] Last: The only issue I'm not having is implementing a betting system. I unde... (by The117Vendetta)
|
by Atton
A Question About Threads
|
|
[5 replies] Last: #include <atomic> #include <thread> std::atomic<bool> exiting(false)... (by cire)
|
by Luciab5
Answer keeps returning "nan"
|
|
[2 replies] Last: A couple of quick comments, first you have a lot of code duplication, ... (by jlb)
|