by doforumda
problem in counting total number of words in sentence
|
|
[8 replies] Last: It still works. cin >> anInt; cin >> myParagraph; cin >> aStri... (by Duthomhas)
|
by melissak0421
randomizing elements in an array
|
|
[1 reply] : random_shuffle(array.begin(),array.end()); See http://www.cpluspl... (by Athar)
|
by meeztered
Missing '}' ?
|
|
[3 replies] Last: Heh, no problem. Better a silly typo than an actually annoying bug. (by Zhuge)
|
by jjp
How to write a program for a geometric mean
|
|
[9 replies] Last: float calcGeoMean(float x , int n); int main(){ //... float geoMea... (by ne555)
|
by pe4enki
pointers
|
|
[1 reply] : Yes. I don't understand what you mean, TheData::Values would be a p... (by firedraco)
|
by acehole60
Computer crash with c++?
|
|
[1 reply] : As long as you aren't randomly changing memory (which the OS wouldn't ... (by firedraco)
|
by mzdr
passing info from function to function
|
|
[2 replies] Last: double ComputeAverageTemp(int hr_tmps ,int tmp_num)//calculation func... (by guestgulkan)
|
by pirlo89
problem creating files
|
|
[2 replies] Last: thank you very much. and thanks for the suggestion for using sprintf. ... (by pirlo89)
|
by xander333
Writing to a file.
|
|
[2 replies] Last: T would be deducible from that (although vec should be a reference... (by guestgulkan)
|
by jpc271
Looking for a better format
|
|
[no replies]
|
by jland68
can anyone point me in the right direction
|
|
[2 replies] Last: here is the whole code main.cpp #include <iostream> #include <... (by jland68)
|
by pe4enki
Struct pointer initialization
|
|
[7 replies] Last: Since you seem to be using C++, you could use what is called a constru... (by Zhuge)
|
by firix
How do I define a class Imaginary???
|
|
[6 replies] Last: thanks hamsterman (by firix)
|
by doforumda
showing words separatly in a string
|
|
[no replies]
|
by firix
c++ ebook?
|
|
[13 replies] Last: thanks nathan10; (by firix)
|
by firix
Define a class Mat4 as a vector of four Vec4s?
|
|
[2 replies] Last: What you do not understand? everything is very clear: Define... (by firix)
|
by Fedot
Grafic Coding!
|
|
[3 replies] Last: Well, those are libraries, they contain functions you can use in your ... (by JoR)
|
by CLnoob
Can't figure out my MAX/MIN issue
|
|
[4 replies] Last: Ok- so after you caught my stupid mistakes I have this corrected and w... (by CLnoob)
|
Programming Question with Arrays and Functions, C++? |
|
[4 replies] Last: Thanks for the help, but how can you use that for this problem, becaus... (by closed account 172v0pDG)
|
by danno704
Fibonacci Sequence
|
|
[11 replies] Last: It's not that hard to extend the number of digits a int can hold. Just... (by Raggers)
|