by Bleron
I need help solving this!
|
|
[10 replies] Last: I tested it it's working perfect. Thank you one more time. I also have... (by Bleron)
|
by hassanAman
Erasing elements from the vector container
|
|
[1 reply] : When you erase an element all iterators to that element (and to all el... (by Peter87)
|
by hassanAman
Visual Studio 2017 Programs Slower Than Code::Blocks'
|
|
[8 replies] Last: Glad to help :) (by Ganado)
|
Efficient/Elegant way to select random entry from Vector Matching Criteria? |
|
[1 reply] : well, maybe :) if the distribution of names is nearly 50%, checking a... (by jonnin)
|
by kafka
BigInt problem
|
|
[18 replies] Last: This do you @kafka? #include <iostream> #include <vector> #include <... (by lastchance)
|
by baijy019
need help
|
|
[2 replies] Last: If you've completed step 3, then you have a program that runs one game... (by kbw)
|
by GhettoBurger
Understanding Pointers and References
|
|
[10 replies] Last: Yet more fun with parentheses: int * fun ( double ); // function int... (by keskiverto)
|
by PeymanTGH
c++ socket connection "Connection refused"
|
|
[2 replies] Last: I agree, this is a routing issue my Iranian friend. Loop-back works be... (by Computergeek01)
|
Reading a file and storing the data into 2D array |
|
[8 replies] Last: I agree that we need to see the code that you tried that did not work.... (by doug4)
|
by Deanmon
Why is it colliding
|
|
[1 reply] : I think what's happen is that when you take the diamond the bomb happe... (by Peter87)
|
by passiontrip
Error: variable has incomplete type void
|
|
[3 replies] Last: Yes. Just invoke it, like we invoke the other functions that return va... (by JLBorges)
|
by baijy019
how do i even do this
|
|
[2 replies] Last: the whole question will be posted tonight then along with the sample o... (by baijy019)
|
by doug4
Warning on Deprecated Functionality
|
|
[5 replies] Last: Thank-you @Peter87. That looks like what I want. (by doug4)
|
by andriasss
BUILDING PROGRAM
|
|
[11 replies] Last: You STILL haven't defined your actual sequence in an intelligible mann... (by lastchance)
|
by andriasss
Erase integer
|
|
[4 replies] Last: Thanks (by andriasss)
|
by Programmer X
I need help with this game of mine please urgent!!!
|
|
[7 replies] Last: Any use of cin is subject to errors that need to be handled to prevent... (by Proidentini)
|
Reading file into 2D array |
|
[1 reply] : cout << array; This makes no sense. (by Repeater)
|
by SnxCreator
Help with understanding problem(s)
|
|
[3 replies] Last: It's mostly correct, just a couple of errors. 1. In expand(), you don... (by kbw)
|
Reading file into 2D array |
|
[2 replies] Last: How would I go about printing the array with another double loop? Shou... (by closed account EwUS1hU5)
|
by SnxCreator
Missing factor?
|
|
[1 reply] : Remove the semicolon at the end of this line: int * expand (int numb... (by tpb)
|