by JK5751
Unrecognized Error
|
|
[1 reply] : On line 38, you wrote cout instead of count - in other words, you ... (by LB)
|
ICAO Array |
|
[3 replies] Last: solved (by stoneybologna)
|
by alex067
Class object help!
|
|
[5 replies] Last: Once again, thank you very much Shadow. I have to revise the section ... (by alex067)
|
by Ravorne
Cannot get this for-loop to output to console.
|
|
[2 replies] Last: Oh wow. Thank you. I actually already knew that about For Loops. (I co... (by Ravorne)
|
by thawing
Help with loading a struct with data from a file...
|
|
[2 replies] Last: Okay, so, declaring the struct array like that was a pretty bad idea t... (by thawing)
|
by snowman8
what is a API in c++
|
|
[1 reply] : In c++ is an API a .header file? YES so is the public function in ... (by shadowCODE)
|
by MrBond90
return first non zero value in array, replace with zero
|
|
[6 replies] Last: got it thanks again (by MrBond90)
|
by Akigou
Alphabetical search / strncmp
|
|
[1 reply] : Please explain lines 5 and 9. (by keskiverto)
|
by Tarious
help with arrays and functions program
|
|
[no replies]
|
by Night6SrKn
Worked only in console application, want to move on.
|
|
[no replies]
|
by awinborn
C++ Pattern Matching position not working
|
|
[1 reply] : line 60, cout <<"Found at location %d\n", position + 1; are you writ... (by shadowCODE)
|
by HG319
2d array row search
|
|
[3 replies] Last: Oh sorry. I personally dont indent like that coz i find it difficult t... (by shadowCODE)
|
by deathslice
Approach to converting Military time to standard time(hours and minute format)
|
|
[18 replies] Last: Alright, I think understand it a little bit better now. (by deathslice)
|
by thefly
Counting number of exchanges made by Bubble Sort and Selection sort?
|
|
[no replies]
|
by abdalimran
Can't pass an array of string into a function using pointer.
|
|
[1 reply] : Is this What you're looking for? #include <bits/stdc++.h> #include ... (by deathslice)
|
Storing Random Numbers in an Arrary |
|
[7 replies] Last: I have it so that the user inputs text, and the text is then stored in... (by GalenCasstevens)
|
by mariej
making a restaurant bill in c++
|
|
[6 replies] Last: shadowCODE It worked but i wanted to understand how it worked thanks (by mariej)
|
by rsalzman94
Random Cannon Generator Game
|
|
[1 reply] : http://www.cplusplus.com/reference/cstdlib/rand/ http://www.cplusplus.... (by shadowCODE)
|
by goldyn
String issues
|
|
[3 replies] Last: Thank you so much! I see what I was doing wrong! (by goldyn)
|
by jaredchance
Reading in a txt file with location data
|
|
[2 replies] Last: @andy1992 you are awesome. Thanks so much ! (by jaredchance)
|