by strflyr
Finding instances of -user specified- character in file stream
|
|
[3 replies] Last: I figured it out. I included some of my variables for the larger progr... (by strflyr)
|
by iluv41
file is not being read correctly
|
|
[7 replies] Last: I removed the error checking to save space, both files work (by iluv41)
|
by Getdahorns
Calling function help?
|
|
[2 replies] Last: The way you had the cin statements is like you would have TWO salaries... (by Seag)
|
by Vandalism
Uppercase to Lowercase Conditional Operation
|
|
[9 replies] Last: Perfect, np :) (by Seag)
|
C++ help with writing the console output to file |
|
[1 reply] : Instead of using cout ("console out"), use the ofstream variable you h... (by Seag)
|
by loopdydoo
Help with pointers
|
|
[3 replies] Last: loopdydoo, First 15 minutes of this will clear it all up for you. ht... (by swp147)
|
by Myna
Help with strings please
|
|
[1 reply] : Disclaimer: I'm a beginner. There are probably much better ways to do... (by swp147)
|
by mishappp
Dynamic arrays and pointers.
|
|
[2 replies] Last: Cheers. (by mishappp)
|
by ezmesori
Fill an array of struct door
|
|
[7 replies] Last: Line 28,35: As PCrumley48 pointed out, length and width are out o... (by AbstractionAnon)
|
by srscode
Objective C
|
|
[no replies]
|
by DoomFan
Question Mark not getting show in console
|
|
[no replies]
|
by kim14im
Assignment Operator Overload memory leak
|
|
[5 replies] Last: Thanks all Guy! (by kim14im)
|
by kparker
Constructor multiple definition
|
|
[3 replies] Last: So simple, thanks. I was becoming aggravated. (by kparker)
|
by Lasoquet
Arrays, vectors and lists, need a walk through pleaseeeee
|
|
[2 replies] Last: i need help developing, i m working on item 2 and 3, i am new to this ... (by Lasoquet)
|
by bulba5aur
IF statement - Error: expression must have integral or unscoped enum type
|
|
[4 replies] Last: Very cool, I didn't know long long was a thing! I am really new to th... (by bulba5aur)
|
by ezmesori
Expression must be a modifiable lvalue
|
|
[6 replies] Last: if you paste a copy of your txt file. i will try to replicate your pro... (by rafae11)
|
by omikron
Initialization of a static 2D member vector
|
|
[4 replies] Last: Thank you, that is quite nice feature! (by omikron)
|
by amizam
problem in getting a correct name, the score is correct but it didnt match with the name..
|
|
[1 reply] : foo.cpp:66:38: warning: unused parameter ‘subscript’ [-Wunused-pa... (by ne555)
|
by Funkist
returning class instance from a function
|
|
[15 replies] Last: Actually now that i think about it, is there any way to create an inst... (by Funkist)
|
by bigtimetime
Number conversion switch/end loop issues
|
|
[2 replies] Last: Well. . . how do you account for roman numerals like IX? The I needs ... (by PCrumley48)
|