by nanochan1
a class to describe what is a binary number
|
|
[3 replies] Last: what are you asking is to give a definition of a binary number in a cl... (by yoslick11)
|
by CLnoob
My array program is spitting out symbols!?!?
|
|
[3 replies] Last: K. Thank you both for the input. I'm going to make these changes and... (by CLnoob)
|
by davidcarela
I need Advice to finish my C++ prog.
|
|
[4 replies] Last: if statements don't work like that. Also that while loop will loop con... (by yoslick11)
|
by vagelis
dynamic arrays in cpp(and comparison with matlab)
|
|
[9 replies] Last: oik thank you very much!! (by vagelis)
|
by slicedpan
template classes deconstructor without knowing type
|
|
[8 replies] Last: The type erasure technique would work for this. http://www.cplusplu... (by jsmith)
|
by tuandt5
Function BTree
|
|
[2 replies] Last: Although i haven't understood clearly. thank "Hamsterman" very much... (by tuandt5)
|
by chubzyko
program is working but it does not go back to the main menu
|
|
[1 reply] : I do not see where you initialize your loop boundary (numbers), and wh... (by jimc)
|
vector calculations without floats |
|
[12 replies] Last: In general, there is no reason to go through the extra work required... (by jimc)
|
by Ali Sher
problem!!!
|
|
[2 replies] Last: i have done this far!!!! #include<iostream> #include<fstream> usi... (by Ali Sher)
|
by vagelis
binomial distribution
|
|
[1 reply] : you mean C k n * p k * (1-p) n-k ? well, if you can write a funct... (by hamsterman)
|
by ahmadijaz
FIND MAX AND MINIMUM ( INSERT NODE )
|
|
[3 replies] Last: @dnambembe, that's a list and he wanted a binary tree. Though you shou... (by hamsterman)
|
by Zaixu
Run-Time Check Failure #2 - Stack around the variable.
|
|
[1 reply] : Both versions are incorrect. char pulsDataArray =""; creates a char ... (by Athar)
|
by mp121209
using regular expression to change to uppercase, how to?
|
|
[4 replies] Last: i hope this code helps you. i try running it is ok good luck. ... (by tuandt5)
|
by nndung179
Problem with allocation
|
|
[6 replies] Last: I think about a vector too, but I don't know how to put it in my code.... (by nndung179)
|
by NickPaul
Design Problem
|
|
[5 replies] Last: I'm happy to help =) (by Disch)
|
by NickPaul
What am I supposed to return here?
|
|
[3 replies] Last: I guess I should chime in here... unsigned is just a shorter way ... (by Disch)
|
by davidcarela
Still Need Advice : (
|
|
[3 replies] Last: Aside the infinite loop that ne555 pointed out if (k =0; k <10; k =k... (by Thumper)
|
Using copy constructor for overload operator= |
|
[1 reply] : Your assignment operator doesn't change 'this'. Remember that 'this' ... (by Disch)
|
by ag2013
Test
|
|
[12 replies] Last: well if you have any luck with the project keep me posted and ill do t... (by lilserna27)
|
by cmcnaugh
counting values in array
|
|
[4 replies] Last: Then you should mark this thread as solved. (by Athar)
|