by ElTucan
fahrenheit to celsius program
|
|
[3 replies] Last: Thanks (by ElTucan)
|
by jshm415
How to count sentences from a text file?
|
|
[15 replies] Last: What is the advantage of reading in one character at a time vs a strin... (by RadWayne)
|
HOW TO ADD IF ELSE STATEMENTS??? |
|
[1 reply] : if (x == 100) cout << "x is 100"; http://www.cplusplus.com/doc/tut... (by closed account j3Rz8vqX)
|
by cuocuo
Tempate classes for vector and non-vector types
|
|
[1 reply] : I guess you'd probably do multiplication for each element of a vector,... (by closed account 2AoiNwbp)
|
by Chuu
Help please!
|
|
[3 replies] Last: I may be taking this the wrong way, but either it is a prototype or a ... (by closed account j3Rz8vqX)
|
by MNIK
fstream::open can't find file?
|
|
[7 replies] Last: Your welcome. (by closed account j3Rz8vqX)
|
by Nanyo
Powering
|
|
[14 replies] Last: result = pow((double) firstnum, 0.5); //square root is n^(1/2) //Wher... (by closed account j3Rz8vqX)
|
by suhuhuhu
C++ Class program with overloading operators
|
|
[10 replies] Last: bool operator >= (int otherDogsAge) Edit: Refer to class templates... (by closed account j3Rz8vqX)
|
by khodgers
I don't know where to begin..
|
|
[3 replies] Last: Thanks for all of the replies, i'll be posting my code up shortly to s... (by khodgers)
|
by casper4215
[Linker error] undefined reference to `function1(int*, int*)'
|
|
[3 replies] Last: fixed :) thanks guys (by casper4215)
|
by Ram1
Any help please with this problem
|
|
[2 replies] Last: 3a) Fix typo: "Puplic" >> "public" 8^D And please DON'T double-po... (by cnoeval)
|
vectors, average and variance functions (data structures) |
|
[4 replies] Last: @AbstractionAnon Yes I did realized this. After discussing this assi... (by theradiowalls)
|
static casting to double |
|
[5 replies] Last: You have to cast in the expression: lastYearAvg = static_cast<double... (by LB)
|
by oblivioncth
Possible to use varibles contents in code?
|
|
[6 replies] Last: I set it up using an array and it works PERFECTLY. I may try moving to... (by oblivioncth)
|
by cogplaywow
LNK2019 Error
|
|
[3 replies] Last: Your in the right place to learn :) There are many articles and tut... (by Codermik)
|
Pointer |
|
[9 replies] Last: //"An" idea: //Pointer variables point to addresses of real variable... (by closed account j3Rz8vqX)
|
by omgjosh
Classes, Vectors, and Pointers
|
|
[2 replies] Last: LOL i always miss the smallest of things. thanks man. much appreciated... (by omgjosh)
|
need help with pointer |
|
[3 replies] Last: sorry my other post is a little bit more explained. (by cplusbeginner89)
|
by dasboshiet
When two C-strings have most frequent letter.
|
|
[7 replies] Last: makes sense, thanks a lot! (by dasboshiet)
|
by visanoven
Reading two integers from a file seperated by a whitespace
|
|
[4 replies] Last: Thank you for the help. I have been struggling with classes for a whi... (by visanoven)
|