by JohnJH
Code executes only in debugmode?
|
|
[3 replies] Last: Are you having this problem for every program you compile, or just one... (by long double main)
|
by wassup
Error C3867
|
|
[3 replies] Last: really? as my teacher told me that strrev is for char, big thank to bo... (by wassup)
|
by ukprakash
Convert user inputed time from 24hr scale to 12hr scale
|
|
[3 replies] Last: Thanks for the reply! I do have a question thought. Where should I put... (by ukprakash)
|
by drzazga
Conversion Help
|
|
[1 reply] : On line 31, i use .equals for the string, but cannot figure out what t... (by drzazga)
|
by as0re
Can somebody help me with choosing an option?
|
|
[4 replies] Last: so in lines 40,45 should be else if and line 50 just else? also im con... (by as0re)
|
by spaceman13
Hey, Anyone willing to help with this program?
|
|
[4 replies] Last: Well, as it says in the tutorial: a = 0; // a [offset of 5] = ... (by Chervil)
|
by Zyzz
Calculating 3rd side of right triangle
|
|
[10 replies] Last: Well, this would have been my preference: sideC = sqrt(sideOne*si... (by Chervil)
|
by jenaf
You gotta love undefined behavior. (C)
|
|
[no replies]
|
by fahmankhan75
Switch Structures
|
|
[2 replies] Last: also, instead of writing both the capital and lowercase version of the... (by Zyzz)
|
by RabMac
Controlling Data Input
|
|
[1 reply] : It seems to work when the input is an int, char or string but if the ... (by Yanson)
|
by fahmankhan75
Enumeration Error
|
|
[4 replies] Last: //Enumeration for classes #include <iostream> #include <string> using... (by Yanson)
|
by klayrahx7
count how many times a letter shows up
|
|
[2 replies] Last: So i tried something different and so here is my code. i just don't kn... (by klayrahx7)
|
by alex6es
3 array questions
|
|
[no replies]
|
need problems |
|
[3 replies] Last: http://projecteuler.net/ (by Yanson)
|
Vector out of range |
|
[2 replies] Last: Yep, I realized right after I posted that that was the answer thank yo... (by Feymanismyhero)
|
by zakedodead
Is there any way to call a class instead of the object within the class?
|
|
[4 replies] Last: Thanks for the reply disch, I now have it working and not taking up 10... (by zakedodead)
|
by serrld113
one-dimensional array of char from text document
|
|
[1 reply] : Sure, 1: Open the target file with an std::ifstream object: http://ww... (by Computergeek01)
|
by Nariman
c++ Question
|
|
[no replies]
|
by billyjoe
How to make the while loop only go once around?
|
|
[4 replies] Last: Thanks for your help. Had to do it with a while for the question. (by billyjoe)
|
by fahmankhan75
Void Function error
|
|
[2 replies] Last: Nevermind I got it :D. I had declared string classes again in my funct... (by fahmankhan75)
|