by DaGoblin
Automatic name replacemant
|
|
[5 replies] Last: Wasn't sure what IDE meant and from the wiki page I got the impression... (by DaGoblin)
|
by Wait for it
Array Class
|
|
[2 replies] Last: Sorry I got the answer, I was not calling the function correctly, beca... (by Wait for it)
|
by tywin
Returning string function
|
|
[3 replies] Last: The function doesn't use the values of grades and average that is pass... (by Peter87)
|
Any voice recording libraries included within the standard c++ libraries? |
|
[1 reply] : No, and I don't think you will see it added anytime soon. There isn't ... (by Peter87)
|
by seriphim
Input Validation Problem
|
|
[2 replies] Last: Thank you so much for your reply! (by seriphim)
|
by il dottore
Modify a string
|
|
[5 replies] Last: A more general solution might look something like this: #include <io... (by cire)
|
by awkward
Help with functions
|
|
[3 replies] Last: OK so where is the file "_MyDeclarations.h"? Usually when you #include... (by closed account 48T7M4Gy)
|
by orin15
stream fail flag help
|
|
[14 replies] Last: You can write any data type you want (by closed account SECMoG1T)
|
by Myna
Write lottery program using array!!!
|
|
[4 replies] Last: Huh? That's weird. I don't see any problem compiling here(Was it still... (by rjvc)
|
by Pg0715
qs on to read numbers from a file
|
|
[3 replies] Last: ok I got it to work but now I want to have it to where the file can on... (by Pg0715)
|
by smokebaca
function calls, help
|
|
[8 replies] Last: thanks for the all the input I ended up revising it and figured it out... (by smokebaca)
|
by KonaGrylls
Confused about pointers
|
|
[1 reply] : Is there any difference between the two? No There's also pointers ... (by mobotus)
|
by akai09
what am i doing wrong?
|
|
[1 reply] : #include <iostream> int main() { int ar ={1,2,3,4,5,6,7,8,9,10,11,... (by anup30)
|
by vextria
Reading in file wrong output
|
|
[7 replies] Last: I'm so done..found out my mistake, just needed to switch if(i>number)... (by vextria)
|
by csharp
Need help with Structs
|
|
[9 replies] Last: Thanks cire for being so helpful, I don't want to use the show functio... (by csharp)
|
When is the right time to use cin.ignore()? |
|
[1 reply] : istream& ignore (streamsize n = 1, int delim = EOF); Extract and disca... (by mobotus)
|
by pacman169
RockPaperScissors (1,2)
|
|
[21 replies] Last: #include <iostream> #include <stdio.h> #include <stdlib.h> #include <... (by pacman169)
|
by itzmethe1
Could use some advise please
|
|
[no replies]
|
by LABS
problem
|
|
[2 replies] Last: You need to make an effort and post your coding attempt around here. ... (by cnoeval)
|
by emond24
help with a program
|
|
[1 reply] : Write the code again and show it. We can help with specific errors in... (by keskiverto)
|