by ferarista
Dynamic structures
|
|
[2 replies] Last: Same as for any other container: std::cout << std::accumulate(d.begin... (by Cubbi)
|
Matrix/Member Function help |
|
[no replies]
|
by prestokeys
Randomizing order of if-else statements
|
|
[18 replies] Last: > I guess the problem is that k is not known at compile time, right? ... (by JLBorges)
|
by tharindu11
printing number of days in a month
|
|
[8 replies] Last: Don't feel bad. I make plenty of stupid mistakes too. Most recent: htt... (by Duthomhas)
|
by Sttklover
Need help with program
|
|
[no replies]
|
by Callum5042
Anagram Solver not solving all words
|
|
[4 replies] Last: sort(a) == sort(b) (by ne555)
|
by Aarix
how can I code this?
|
|
[7 replies] Last: @op Well, if you want to see a nieghbor, think about it. A line of X... (by IWishIKnew)
|
by rudd
simple calculation of char?
|
|
[6 replies] Last: i have never used sql and c++ (but i probably need to for my website).... (by closed account Dy7SLyTq)
|
by loginic
Parsing a large file into smaller units
|
|
[7 replies] Last: > I've not used the standard Windows file functions before so there wi... (by JLBorges)
|
Average Calculation function not working as expected to |
|
[12 replies] Last: Okay, good to hear. I thought it was related to uninitialized variable... (by Sirolu)
|
by hdog
A ASSIGNMENT BUT DONT NEED SUBMIT (Multi-objective ranking)
|
|
[no replies]
|
Return maximum frequency number from stack |
|
[1 reply] : retrieve elements of stack as an array? Well, stack is not array. If ... (by coder777)
|
by K10ja
Generating Random numbers
|
|
[1 reply] : Here's an attempt to generate unique random numbers. It's an example f... (by condor)
|
by mrniceguy420
bigNumbers fakulty
|
|
[6 replies] Last: i know it would have been easier with an integer parameter, but then i... (by mrniceguy420)
|
by lucitler
Unkown problem with simple RPG
|
|
[5 replies] Last: The condition on line 37 is wrong. while ( monster.health >= 0 && pl... (by cire)
|
by hooshdar3
nothing prints!? (1,2)
|
|
[27 replies] Last: nice one. In which case you wouldn't need stupid hacks to `keep the ... (by mutexe)
|
by UMF01
Should An Array Of Class Objects Be Used On This Trade Stock Project C++
|
|
[1 reply] : We're thinking of using an ARRAY OF CLASS OBJECTS method to solve thi... (by coder777)
|
by IWishIKnew
Case scope in switch statements
|
|
[8 replies] Last: Dam that's ingenious... (by IWishIKnew)
|
string |
|
[10 replies] Last: The you need to use char& string.operator (unsigned int&) on the str... (by IWishIKnew)
|
by Abid hossain
Need a solutaion
|
|
[1 reply] : What should you know? C++ What extra language? Any really... Java's a ... (by sargon94)
|