by kielmaru
Dev C++ not working fine
|
|
[14 replies] Last: okay!i was out..i think you can ask user to enter some value to exit.e... (by Mazd)
|
by funyguy9119
calculator hel p please
|
|
[3 replies] Last: probably break;, return 0;, or just, dont write a case 0 (by Skillless)
|
by daveD
Array of function pointers
|
|
[3 replies] Last: The answer is only **Maybe**. If the cases are ordered sequentially... (by jsmith)
|
by kaduuk
Check if return value is 1
|
|
[7 replies] Last: hey guys, it worked! :) Thanks all of you for replying and helping ... (by kaduuk)
|
by jaeger138
Number Game Issue
|
|
[11 replies] Last: I suggest you to try to do a lot of "exercise" programs like these, be... (by Fresh Grass)
|
by peripheral
why can't I output two files?
|
|
[8 replies] Last: yes ,youare right.thank you. but.do you notice that the copy.htm?... (by peripheral)
|
by Mike200
program samples from a book
|
|
[3 replies] Last: I agree with jaeger138, I also just started programming very recently ... (by ccdwiu)
|
by wtf
c++ timer not precise enuogh, or I'm doing something wrong
|
|
[3 replies] Last: whoops. XD Good call. (by Disch)
|
using the library iomanip |
|
[4 replies] Last: i am sorry if its unclear... i meant: const double num5 = 34.89... (by eugenemongoose88)
|
by galadys
Factorial, whats wrong?
|
|
[2 replies] Last: Thank you, I subtracted the strings, put those conditionals in the mai... (by galadys)
|
by bobito
Why need a copy ctor inside a vector<T> (3)
|
|
[13 replies] Last: Thanks again to the replies @jsmith I agree with you. I think that... (by bobito)
|
by winecoding
Question on a code segment
|
|
[3 replies] Last: The s - 'a' expression is meant to convert whatever value a is in ... (by filipe)
|
by jackson
Reading mp3 tags
|
|
[10 replies] Last: Damn alright we'll i have upgraded my code a lot i have around %40 now... (by jackson)
|
by Sismetic
Sound (wave) Detection
|
|
[4 replies] Last: I am keeping project goals realistic What on Earth is so unrealis... (by Disch)
|
by wenqiang
How to Design Object-oriented Program?
|
|
[3 replies] Last: Download tutorial file of this site. (pdf format) It''s very good. (by majidkamali1370)
|
by jaeger138
Assertion given for erase() vector function
|
|
[6 replies] Last: Okay, I haven't moved onto streams and conversion as such yet so I'll ... (by jaeger138)
|
by jaeger138
String Producing Strange Result
|
|
[5 replies] Last: Well I've fixed that particular issue, it was because I was mixing cin... (by jaeger138)
|
by Blessman11
Making a *Pointer point to a &(*pointer)
|
|
[9 replies] Last: Compiled, and this line cout << "ipPtr points to &iAnotherpPtr (wh... (by Skillless)
|
by spamme
class :: return value (void)
|
|
[3 replies] Last: Depending on what is your final goal, we could come up with a solution... (by R0mai)
|
by Kyon
Smart Pointers
|
|
[7 replies] Last: explicit is mainly to prevent you from accidentally reassigning a poin... (by Disch)
|