by LemonHappy
I need help for a value by reference program
|
|
[4 replies] Last: Line 56: You can't return 3 values. See the comma operator here. The... (by SakurasouBusters)
|
BET HELP!! |
|
[4 replies] Last: Don't spam the forum with multiple threads on the same topic. it wast... (by MikeyBoy)
|
by vessel91
lines to txt file
|
|
[4 replies] Last: > if I wanted to say, add a line of text in between a certain line, wo... (by JLBorges)
|
by student2019
Loops - Drawing a Tree (c++)
|
|
[7 replies] Last: alright, thank you so much! (by student2019)
|
by Thephantom23
random
|
|
[7 replies] Last: The language of the identifiers is not a real issue. We see a lot of m... (by keskiverto)
|
by om4r97
logical error with Fstream
|
|
[4 replies] Last: i.open("lol.txt"); Should be : string fileName("lol.txt"); i.open(... (by SakurasouBusters)
|
by Helexander
Validating a C - String (Numeric or Alphabetic)
|
|
[12 replies] Last: Okay I'll look into the problem. Thank you for your help once again la... (by Helexander)
|
by DesmondLee
Is there anyway to quit using String name
|
|
[6 replies] Last: Thanks @Handy Andy.. its works :) (by DesmondLee)
|
by archidit
Text based "dating" game using OOB advice, Passing objects to contructors
|
|
[2 replies] Last: Thank you much! More than anything I was hoping to get guidance on how... (by archidit)
|
by ivesklt96
How to store a random number in array
|
|
[2 replies] Last: Thanks for your info. (by ivesklt96)
|
by bamboojack
Name a out file using strings
|
|
[4 replies] Last: std::ofstream gamefile(team1 + '@' + team2 + ".txt", std::ios::app); ... (by cire)
|
by anieves001
Function that takes a string and character and returns number of occurrences of character in the string
|
|
[5 replies] Last: We can see that code in the OP. The question is "What are you doing... (by cire)
|
by icyflamez96
Help with figuring out what's wrong with my game? (Mastermind)
|
|
[2 replies] Last: The line 39 : (guess ==spot ) ? (chkSpot ='O') : (chkSpot ='X'); S... (by SakurasouBusters)
|
Difference between creating an object with or without new operators |
|
[2 replies] Last: Very much thanks to mbozzi. I am highly thankful to you for this detai... (by kamal choudhary)
|
by rorschach775
Inheritance
|
|
[1 reply] : I think I figured it out but I would like some conformation from someo... (by rorschach775)
|
by Abhijeet010
2D Arrays
|
|
[no replies]
|
by cool123ter
Outputting Card Notations
|
|
[3 replies] Last: You can use a for loop and a string array and they will help you compl... (by SakurasouBusters)
|
by w0rd
Help with functions/files (1,2)
|
|
[21 replies] Last: Hey Andy, Thank you so much for taking time out of your day to explai... (by w0rd)
|
by jigantie
Invalid conversion from ‘int’ to ‘int*’ [-fpermissive]
|
|
[2 replies] Last: 1. for (int i; i , size; i++) Should be : for ( int i = 0 ; i < ... (by SakurasouBusters)
|
by HumCH12
Expression Error
|
|
[1 reply] : 1.) Lines 5 - 10 will execute indefinitely, because they are inside of... (by xismn)
|