by afraidofdark
Design problem friend member
|
|
[6 replies] Last: @Zaita Hmm it would be in a different direction. I guess an "is-... (by satm2008)
|
by g0dwyn
Precautions with a vector of pointers
|
|
[5 replies] Last: Heh, yeah, and remind the experienced programmers to stop passing arou... (by Duthomhas)
|
by sarahjt1017
finding the average
|
|
[3 replies] Last: You produced a fence-post error by doing str = ch . Replace it with ... (by helios)
|
by nim
32 bits
|
|
[6 replies] Last: @Zaita They're that big it's like working for a government, but with ... (by bnbertha)
|
by Gus314
Am i ready for Direct-X?
|
|
[3 replies] Last: Yes, that's the way to go if you want some visible results... Otherwi... (by exception)
|
by jackbauers13
piano using frequencies doesn't sound
|
|
[9 replies] Last: Yes, but I've never done it so I don't know how. You need to be able t... (by Duthomhas)
|
by yousufrafi
fsave memoized error
|
|
[2 replies] Last: bundle of thanks bro, it worked all right (by yousufrafi)
|
by sarahjt1017
function prob
|
|
[1 reply] : I would use getLine(cin); and then put each line into a vector<stri... (by Zaita)
|
by vvadan
Using Locks in a function
|
|
[1 reply] : Reported. Duplicate Topic. Please keep topics in a single forum. (by Zaita)
|
switch statement problems.. |
|
[1 reply] : FictionBook->SetBookName(int); and the other set function calls aren... (by mahlerfive)
|
by ekr3peeK
Runtime error when using delete
|
|
[8 replies] Last: Problem solved. The problem was that when I allocated memory for my ch... (by ekr3peeK)
|
by sarahjt1017
code problem
|
|
[1 reply] : You have a pretty thoughtful start... I suggest that you stay away ... (by Duthomhas)
|
by sarahjt1017
Writing a function
|
|
[1 reply] : Do it on paper first. Then tell the computer how you did it. Exampl... (by Duthomhas)
|
by PeterRod
Function Prototypes
|
|
[3 replies] Last: Thank you much for your reply. I have printed it out and will keep ... (by PeterRod)
|
How do you benchmark code? |
|
[5 replies] Last: I usually use gprof (with the kprof frontend) and valgrind (callgrind ... (by exception)
|
by kkamudu
Please explain
|
|
[5 replies] Last: name/nomenclature to be used? Initializer List Required for: ... (by exception)
|
by PWWWWR
Unsigned char IO
|
|
[3 replies] Last: That is a peculiarity of C and C++: char is distinct from both unsi... (by Duthomhas)
|
by aaf102
Remove char from file
|
|
[5 replies] Last: Hmm, huge files... If all you are doing is removing data, then you'v... (by Duthomhas)
|
by tushar1991
suggest a project
|
|
[7 replies] Last: BTW http://www.whois.net/checkdomain/index.php?domain=FindSyntax&tld=c... (by jmc)
|
Sorting map elements by VALUE |
|
[4 replies] Last: Thank you exception, again, the program is working and you have put so... (by HarryGabriel91)
|