by oseri
Pointer to array needs double dereferencing
|
|
[4 replies] Last: Not a problem mate. It can be a very difficult process to how pointers... (by TarikNeaj)
|
by Bilakos
Code not working
|
|
[2 replies] Last: I want it to return the number of the count,so I have to add something... (by Bilakos)
|
by Kernul
Complicated Vector Exercise
|
|
[12 replies] Last: Wait, every single piece of the example output is a number, right? I m... (by Kernul)
|
by evgeric
Random Number Generator with array
|
|
[no replies]
|
by mynicks
code breaks.
|
|
[5 replies] Last: @Coder777 Yes sorry. I realized that and was about to edit my post to... (by TarikNeaj)
|
by Rinalds
Need help
|
|
[1 reply] : Sorry but it is against the rules to help you out with the entire home... (by TarikNeaj)
|
by ash54546
reading and using data in a .csv file
|
|
[5 replies] Last: Here is the descripton for getline: http://www.cplusplus.com/reference... (by coder777)
|
Timer |
|
[8 replies] Last: open game.exe (timer wait ) >>30 minutes if ( timer <30 minutes) { do... (by Mahmoud ElNahal)
|
by Dlazyguy
Vector Display Error!
|
|
[1 reply] : Nvm, I was able to solve it and got it to work :D (by Dlazyguy)
|
by zecbmo
2D array passed as a pointer problem
|
|
[2 replies] Last: Thanks for posting the answer, I was looking forward to know how to do... (by VitorR)
|
by irfan1bse
ceaser cipher
|
|
[no replies]
|
by irfan1bse
counter character,word & line
|
|
[no replies]
|
by cafprogramer
Command Line Issue
|
|
[1 reply] : Lines 31-37. You do dereference argv before you have ensured (on li... (by keskiverto)
|
by campbmic
Help A Beginner With Random Number Generating?
|
|
[4 replies] Last: If I want to sleep for an interval between 2990 and 3010 would I use ... (by campbmic)
|
by akrutke
Some help using stat() to...
|
|
[no replies]
|
Dice Game Score Accumulator |
|
[1 reply] : I think the problem is at line 78 cout << "I Rolled a " << getRandom... (by closed account D80DSL3A)
|
by Marty86
Store mulitlpe variables using for loop in function?
|
|
[7 replies] Last: Heres what I came up with. The only problem I have is that if I call t... (by Marty86)
|
by blitzz05
help
|
|
[1 reply] : Try starting off like this... #include <iostream> using namespace st... (by Bdanielz)
|
by judjohn
Vector storage problem
|
|
[1 reply] : Your `GroupInfo' is doing a shallow copy of the name parameter Also, y... (by ne555)
|
by nemimi
Calculator Problem
|
|
[2 replies] Last: That did it! I can't believe it was something as obvious as the order... (by nemimi)
|