by dzimme2
Series Return values
|
|
[1 reply] : Hi which arithmetic series is it ? and what kind of difficulties " in... (by therockon7throw)
|
by noonmoon
assignment help
|
|
[1 reply] : Hi I think the calculate_area() method should be a pure virtual m... (by therockon7throw)
|
by C Theroux
'string' does not name a type
|
|
[8 replies] Last: wow right on the front page... sadly that explains why i didn't see it... (by C Theroux)
|
by KaraPardue
Returning a specific value from an array
|
|
[3 replies] Last: I'm a little unsure of whether you need reference arguments or not dur... (by KeisterBun)
|
by mzimmers
file pointer, positioning from end
|
|
[7 replies] Last: std::deque<char> txt; std::ifstream f ("file.txt", ios::in|ios::ate/*... (by LB)
|
Sorting Names Alphabetically!! Help!!! |
|
[3 replies] Last: alternatively, you could also use strcmp on any two char array string... (by SIK)
|
by Newbbbb
Converting words to numbers
|
|
[1 reply] : Suppose you store your worded number in a string called strInput. Y... (by SIK)
|
by cutesue
how to sort IP addresses in routing table in C++?
|
|
[1 reply] : If you are using Windows perhaps start here: http://msdn.microsoft.com... (by Texan40)
|
by alan G
String to Char
|
|
[5 replies] Last: Transform is explained pretty well here: http://www.cplusplus.com/refe... (by Computergeek01)
|
wrong output |
|
[5 replies] Last: thanks :) (by closed account 4w7X92yv)
|
summation |
|
[3 replies] Last: You can use bitset http://www.cplusplus.com/reference/stl/bitset/bitse... (by closed account o1vk4iN6)
|
by sebas
Size of multidimentional array
|
|
[4 replies] Last: Hi Under Windows you can get the total avaliable memory by MEMORY... (by therockon7throw)
|
by scrat101
Linking errors
|
|
[6 replies] Last: No, you have it like this, and it's not correct: whatever.h: temp... (by ciphermagi)
|
What's wrong with this line? |
|
[4 replies] Last: You could do something like this this: #include <algorithm> //... i... (by clanmjc)
|
by MacGregor
malloc() memory corruption
|
|
[2 replies] Last: Hi my friend vlad from moscow... That seems to have solved the problem... (by MacGregor)
|
Need to recognise Enter as a character |
|
[4 replies] Last: void edit(int entryNumber, int numberOfEntries) { char in ; //Cl... (by Lachlan Chartier)
|
Error: Undefined Reference to WinMain@16 |
|
[8 replies] Last: Any ideas on how I can use this code to write the program I need to wr... (by ProgrammerGRM)
|
Missing function header. (old-style formal list?) |
|
[6 replies] Last: its working now! thank you so much!!! (by kristine inah villanueva)
|
by LB
Polymorphism, Clone Pattern, Confusion++
|
|
[8 replies] Last: Well, I read about using the templated clone class to auto-implement t... (by LB)
|
by Odin13
Quadratic equation solver
|
|
[3 replies] Last: Thank you for your help, it works perfectly now!! (by Odin13)
|