by C0D3FR3AK
Issue with my linear search program
|
|
[3 replies] Last: Thank you guys for the quick response! I switched it to: #include <... (by C0D3FR3AK)
|
by peterbaaij
depcrated convers str to char*
|
|
[3 replies] Last: You can copy a string literal into a non-const character array , bu... (by LB)
|
input being skipped. |
|
[1 reply] : found my error: cin >> temp.regoNumber ; (by learningcplusplus898)
|
Game wont loop to resart |
|
[8 replies] Last: Another 4 variants to consider (make sure you include <cctype> ): w... (by closed account E0p9LyTq)
|
by rapalabrowns
Searching 2d array for row and column
|
|
[12 replies] Last: BS_GRID_ROWS and BS_GRID_COLS are initialized in another place. Kevi... (by rapalabrowns)
|
by Butch
need help with this question
|
|
[8 replies] Last: Yep Gauss n*(n+1)/2 if I am not wrong (by Ericool)
|
delete |
|
[18 replies] Last: To give a value to coinToss, you need to use an assignment operator. F... (by Kevin C)
|
by kareemov
please help me
|
|
[4 replies] Last: #include <iostream> using namespace std; int main (){ double x; b... (by zhengakers)
|
by Pickles
Reading Custom File Structures
|
|
[10 replies] Last: Never say you're dumb on a c++ board, it'll come back to haunt you... ... (by pearlyman)
|
by happylivn
Hopefully a simple understanding question
|
|
[4 replies] Last: You can name any of them anything you want, as long as you have consis... (by pearlyman)
|
vectors inside classes |
|
[15 replies] Last: Solved (by helloworld135)
|
by EdWar82
Weird characters in code
|
|
[5 replies] Last: I was able to get this now. Thank you! (by EdWar82)
|
by kivanova44
Homework task
|
|
[3 replies] Last: www.there_are_no_second_prizes.net (by closed account 48T7M4Gy)
|
by Gector
Morse code translator
|
|
[3 replies] Last: Wait... To-upper... Thanks. (by Gector)
|
by st4evr
C++ Loop Outputting Average From Set of Numbers With Decimals
|
|
[6 replies] Last: Thank you so much for you help. Working code: #include <iostream> ... (by st4evr)
|
by Dazzer
Overloading unary operators
|
|
[2 replies] Last: Thanks! Yes indeed, i'm still struggling to call things by the right n... (by Dazzer)
|
by Jon15
Adding values within a loop
|
|
[7 replies] Last: Good deal! (by chicofeo)
|
by hanest
Using ofstream in function and in main
|
|
[1 reply] : Your function should accept a std::ostream by reference, and main sh... (by LB)
|
by kkl19880913
Question about printing number
|
|
[1 reply] : I have no idea how to print the last 100 number. Can anyone help? (by kkl19880913)
|
by NEWxGUY
help with undefined
|
|
[5 replies] Last: @chicofeo, I agree with you, I will keep using return 0; as well my... (by closed account E0p9LyTq)
|