by BloodMetal
Character Restriction
|
|
[3 replies] Last: You need to #include<string> If you are not using namespace std; ... (by Bazzy)
|
by raz
c++ homework
|
|
[10 replies] Last: thx all (by raz)
|
by fleur1990
Class Date
|
|
[2 replies] Last: thank you Bazzy very much! (by fleur1990)
|
by craneJ
im working on a switch statement and it wont work for me
|
|
[1 reply] : #include <iostream> using namespace std; int main() { char ch; ... (by mcleano)
|
by makan007
For Loop
|
|
[2 replies] Last: Ok, I think I know why the ans is 4 now. Tks. (by makan007)
|
by BloodMetal
Program executing although answer is NO?
|
|
[2 replies] Last: Thank you :) (by BloodMetal)
|
by SoetSout
unknown crit error
|
|
[2 replies] Last: part2 driver.cpp void addRecord() { int x = 3; /... (by SoetSout)
|
by nuttynibbles
return string array
|
|
[3 replies] Last: hey people, i managed to resolve it. tks anw (by nuttynibbles)
|
by rihab
printing program
|
|
[2 replies] Last: thanks PanGalactic for the reply... but for sure no one is perfect an... (by rihab)
|
by ashley19
My Guessing Game, you can't ever win?
|
|
[9 replies] Last: Programming requires you to think like a programmer. A programmer is a... (by gcampton)
|
by XxGunMastaxX
pseudo random numbers, not random?
|
|
[4 replies] Last: This won't help you any, but it is a valid response to your message ti... (by Duthomhas)
|
by jimctu
Measuring execution time
|
|
[6 replies] Last: thx (by jimctu)
|
by sonycheema
simple programe
|
|
[5 replies] Last: I think your professor wants you to play with the division / and rem... (by Duthomhas)
|
by firemaneric
C++ to HTML file
|
|
[2 replies] Last: You need to learn how HTML files are organized. Here's a good tutorial... (by Duthomhas)
|
by pressence
functions not working.
|
|
[7 replies] Last: Thank Bazzy, works fine , and it should have been obviouse to me that ... (by pressence)
|
array of strings? |
|
[2 replies] Last: It's just like any other array of objects, assuming that you are using... (by kempofighter)
|
by robertwang
how to convert hex to string?
|
|
[3 replies] Last: So you want to convert a hex number to a string representing that numb... (by Bazzy)
|
by Joliedoll
Function problem with triangles.
|
|
[7 replies] Last: So with those else statements, it should be else return false. And... (by Joliedoll)
|
by ragn4rok234
Euro symbol
|
|
[4 replies] Last: BTW, if you want good marks, I would avoid all the bitty-kiddie talk a... (by Duthomhas)
|
by udochi3
Problem overloading the addition operator
|
|
[1 reply] : You are missing a semicolon after the class closing brace, a typo in ... (by Bazzy)
|