by nobrainer
list.sort()
|
|
[3 replies] Last: In this case, you could write something like struct CompareDist { ... (by Cubbi)
|
by erikn
When to use inheritance
|
|
[10 replies] Last: Thanks for the in depth and thoughtful responses folks. This definitel... (by erikn)
|
by dioing
How do similar picture with two functions ???
|
|
[4 replies] Last: Here is my five cents. int j = 1; char s = "*______"; char *p = s; ... (by vlad from moscow)
|
by sly0981
out file for slot program?
|
|
[3 replies] Last: A outfile is for storing results, a infile would be for determining od... (by SamuelAdams)
|
by Sunny101
How To Check How Much Characters Are Between Certain Characters
|
|
[7 replies] Last: And one more solution.:) char *p, *q; int n = 0; char s = "##A#B@@... (by vlad from moscow)
|
by dioing
i'm learn fuctions , and that's the problem !
|
|
[2 replies] Last: no no , it's like the picture on top ! (by dioing)
|
by DGundelach
Problem with Program, Calculating area of circle
|
|
[4 replies] Last: The first time I reach it, it should use the value from "old area" wh... (by Moschops)
|
by ribohe94
How to use Try, Catch, Throw?
|
|
[1 reply] : For what you're doing here you're better off using the cctype header: ... (by Computergeek01)
|
by ernstmd
where to type in the codes/programming?
|
|
[10 replies] Last: Ah yup it's the first hit for me :/ (by ResidentBiscuit)
|
by t48eagle
Certain inputs
|
|
[1 reply] : This is my code so far, obviously it doesnt work, but it's supposed to... (by t48eagle)
|
by dioing
what is the problem ? help !
|
|
[4 replies] Last: That's right, LGonzalez. I forgot c++ don't read this , we have explai... (by dioing)
|
by t48eagle
Pi approximation
|
|
[3 replies] Last: We'll you could, but that expression just flips from 1 to -1 and back.... (by kbw)
|
by dioing
Why last for cicle didn't in the output ???
|
|
[2 replies] Last: Omg, thank you a lot ! (by dioing)
|
by mlasa
Simple Number Encryption [Error C2447 and IntelliSense]
|
|
[16 replies] Last: how do i fix the error with the open bracket above the line starting w... (by Ranger751)
|
by chizzain
Function Problem
|
|
[9 replies] Last: also, remove the semi-colon at line 3 (by Lowest0ne)
|
by Kodieh
Code not doing what it's supposed to. (String manipulation)
|
|
[1 reply] : s is only updated once. So if s =='#' is ever true once, it is always... (by cire)
|
by marvin77
f(x) multiple
|
|
[5 replies] Last: first of all use code tags, when posting source code if you use "usin... (by Darkmaster)
|
by Meden
What is wrong with my binary search?
|
|
[5 replies] Last: Thank you. (by Meden)
|
by miller18
standard deviation
|
|
[no replies]
|
by fpiro07
Repeating decimal numbers
|
|
[6 replies] Last: I think I'm gonna write a class to implement those numbers. There act... (by fpiro07)
|