by poohbear
complie error
|
|
[2 replies] Last: Hello poonamp6792, Adding to what coder777 said what that confusing c... (by Handy Andy)
|
by GonlyG
Exception in finding a string in a 2D array
|
|
[5 replies] Last: only occur when there is an error? What error? What error do you ex... (by keskiverto)
|
by speed258
Getting cpu temps using WMI
|
|
[3 replies] Last: Up. (by speed258)
|
by lankshank
Counting the number of Even and Odd numbers
|
|
[1 reply] : % is the modulo operator if (integer%2 ==0) your other erros look d... (by ne555)
|
by adam2016
compilers and assemblers
|
|
[2 replies] Last: Hello adam2016, anyway I skipped to the chapter on programming,and i... (by Handy Andy)
|
by zapshe
A way to search input for a specific character?
|
|
[2 replies] Last: Thanks Thomas! I looked up the find function and it'll work for what I... (by zapshe)
|
by joemf88
Combining strings and numbers
|
|
[5 replies] Last: Put your ego back in its box. Trial and error? Sure, that's great. ... (by Repeater)
|
by poohbear
code doesn't compile
|
|
[1 reply] : You have got one more end brace on line 62-65 than needed. This would ... (by Peter87)
|
by Echelon22
how to delete a line from a file
|
|
[2 replies] Last: thank you so much. (by Echelon22)
|
how can i end this loop |
|
[8 replies] Last: #include <iostream> using namespace std; int main() { cout <<"thank yo... (by jamesgodspower)
|
by samtheman
sound:
|
|
[1 reply] : cout << '\a'; or Beep(523,500); // 523 hertz (C5) for 500 milli... (by SamuelAdams)
|
by loskers
C++ Grid for TheNameGame
|
|
[1 reply] : Hello loskers, This is better. Sorry it took so long to see your post... (by Handy Andy)
|
by cabbdeng
Why my result always be incomplete
|
|
[2 replies] Last: Thanks guy, rly help me a lot (by cabbdeng)
|
by zapshe
Using || (or) with cin.ignore ?
|
|
[7 replies] Last: The code for making "myVoid" would be counterproductive for me as the ... (by zapshe)
|
by JakeTL
Sentinel Help
|
|
[2 replies] Last: I'll give it a shot Thomas and report back! (by JakeTL)
|
by samtheman
sound in DEV C++
|
|
[5 replies] Last: Maybe like this: https://stackoverflow.com/questions/4060601/make-soun... (by Thomas1965)
|
by kikiyox77
Overloaded operators and copy constructor
|
|
[5 replies] Last: Can anyone help me with this? I have provided all files that were part... (by kikiyox77)
|
by fivestar
Vector output
|
|
[1 reply] : It looks like you check function's logic is wrong. Also you really do... (by jlb)
|
by garza07
2
|
|
[2 replies] Last: Yes (by garza07)
|
by sophiemarisa
tic tac toe
|
|
[15 replies] Last: I'm sorry and thanks will create one right now (by loskers)
|