by joegi
ofstream filename
|
|
[6 replies] Last: Sweet, now is working fine. Thank you very much for your help. C... (by joegi)
|
by cdummy
C++/easy tasks for beginners
|
|
[4 replies] Last: haha, the radio active vampire bunny is evil.. (by blackcoder41)
|
by floppyjr
string.find for multiple matches per line
|
|
[2 replies] Last: if we change it to while, it will cause an endless loop. but you gave... (by floppyjr)
|
by Invertedzero
Struct Arrays and Functions
|
|
[2 replies] Last: ah yeh... i kept presuming it was wrong because i got even more errors... (by Invertedzero)
|
by Azuriin
Question About Headers and Compiling
|
|
[5 replies] Last: it doesn't compile the code exactly, it takes the definitions listed w... (by gcampton)
|
by sukhi
hi....
|
|
[3 replies] Last: Maaaaaan I remember turbo C!! That thing was so cool back in the day! ... (by kevinkjt2000)
|
by Zweli
dividing
|
|
[3 replies] Last: For the sake of correctness, your example should rather be: X = (va... (by lloydchristmas759)
|
allegro problem |
|
[7 replies] Last: Maybe in 2007 it was a matter of time. Now it's a reality. (by helios)
|
by jagy96
Area under curve recursive call crashing
|
|
[4 replies] Last: Actually I just threw that out and decided to go with my instincts on ... (by jagy96)
|
by newNode
STL list C++ sort and delete :)
|
|
[6 replies] Last: oh ok i got it, thanks (by newNode)
|
by Angriper
Arrays printing out random characters.
|
|
[7 replies] Last: ok, hope that helps you anyway. (by blackcoder41)
|
by olredixsis
subclass object on superclass
|
|
[8 replies] Last: That's it! Thanks Bazzy, your a big help! (by olredixsis)
|
by kevinkjt2000
for(;;;) ?????
|
|
[3 replies] Last: true. it's much like while (1), do / while (true) or for (;;) (by gcampton)
|
Cracking System() |
|
[15 replies] Last: C:\WINDOWS\dir a) There's no such program by default. b) You can't k... (by helios)
|
by enterprize
Clearing the istream
|
|
[4 replies] Last: Maybe try using cin.ignore? http://www.cplusplus.com/reference/iostre... (by kevinkjt2000)
|
by dps
Selection of 5 points from n points or nC5
|
|
[2 replies] Last: If you want permutations, you can use std::next_permutation. If you w... (by jsmith)
|
by ZueS
[TUT] For LOOP
|
|
[7 replies] Last: Return 0+1 Let's have a button where, if several people vote to delet... (by tummychow)
|
by hopesfall
base ^ exponent
|
|
[4 replies] Last: So all I had were the data types wrong? Thanks for the help, much appr... (by hopesfall)
|
by LimePatch
noob question (adding more options)
|
|
[2 replies] Last: okay, I'll try that thank you very much! (by LimePatch)
|
by sportsguy09
Program With Float Values
|
|
[6 replies] Last: answer = num1/num2; This actually won't work -- num1/num2 perform... (by Disch)
|