by sr2cute702
Quick fix help, duplicate words and a few things
|
|
[7 replies] Last: For the longest name, go through the array TWICE. The first time shoul... (by lastchance)
|
advice on reading in data for a project |
|
[1 reply] : I'd use a table. The more items you match on a given line the more li... (by SamuelAdams)
|
by Brandon33310
Help with text game please.
|
|
[5 replies] Last: Okay here is what I have now, I still am at a delima though for making... (by Brandon33310)
|
by Minessota
Dynamic Allocation
|
|
[2 replies] Last: because you wrote the value in the function into the variable "fill" a... (by jonnin)
|
by Ryoka117
tracing the output
|
|
[3 replies] Last: thanks, I was looking at it all wrong (by Ryoka117)
|
Timer along with a c++ program. |
|
[1 reply] : You can use this system: #include <ctime> //for time() int main() {... (by goldenchicken)
|
by samatya
Queue - Store simulation , customer waiting time issue
|
|
[3 replies] Last: ok. what do you think it should print? is the value of waitingTime s... (by jonnin)
|
by adam2016
ASCII or Unicode
|
|
[2 replies] Last: wow your right time for me to take a break if I'm making mistakes like... (by adam2016)
|
by Yertoo
C++ random video selector.
|
|
[6 replies] Last: No I had to remove the (" and ") from the beginning and end of each fi... (by Yertoo)
|
by adam2016
garbage values being printed out (1,2)
|
|
[20 replies] Last: thanks jlb much appreciated =) (by adam2016)
|
Problem with simple calculation |
|
[1 reply] : Hello Ayoub Hashemi, Welcome to the forum. Sorry for the delay, but ... (by Handy Andy)
|
by trazafin
I NEED BIG HELP FOR employee Absent project:
|
|
[2 replies] Last: Hello trazafin, The parts that needed fixed: The proto types: nt da... (by Handy Andy)
|
by darje
Recursion pseudo code
|
|
[2 replies] Last: How can i see the algorithem in the debugger debuger in visual studio?... (by jonnin)
|
by KomRex
Game Of life Error _DEBUG_ERROR("vector subscript out of range");
|
|
[6 replies] Last: Please don't do that, @KomRex. As @goldenchicken says, it removes the ... (by lastchance)
|
by anuproy
How do I keyboard input in OpenGL
|
|
[1 reply] : Things you might try.. (3 is probably what you want) 1) gui, where p... (by jonnin)
|
by adam2016
scope
|
|
[1 reply] : Hello adam2016, I am not saying I am the best at this, but I will giv... (by Handy Andy)
|
by ritzbitz
Trying to perform a swap to sort a vector
|
|
[1 reply] : Hello ritzbitz, Welcome to the forum. and thank you for using code ta... (by Handy Andy)
|
by Jakubaz
string problem
|
|
[3 replies] Last: You did ask for easy way. That is string::find() Note that there ar... (by keskiverto)
|
by zeroblank
on filling a string array it stores from 1 index not 0 why
|
|
[6 replies] Last: it's specified that each line has a length of 25 If that is true, th... (by keskiverto)
|
by smitty007
Vectors
|
|
[6 replies] Last: Thanks @Chervil, @Thomas1965. Yes, fair comment: I shouldn't have let... (by lastchance)
|