Having some huge issues with my list program |
|
[3 replies] Last: { size += 2; int* new_array = new int ; // allocat... (by closed account DSLq5Di1)
|
by asfandahmed1
shuffling arrays with random function
|
|
[1 reply] : "plz give some idea about it." 'plz' give some examples of attempts t... (by ciphermagi)
|
BMI Calculator Help. |
|
[5 replies] Last: @whitenite1 It works perfectly. Thanks a lot (by rahulkucheria)
|
by eLancaster
How do you intialize a reference to a pointer
|
|
[1 reply] : References have to be initialized in the constructor's initializer lis... (by Disch)
|
Vectors, Searching and Files |
|
[6 replies] Last: Ok thanks fafner. I will make some changes and keep plugging along. (by jenbrandau341)
|
by TexanMonkey
make server
|
|
[2 replies] Last: I suggest picking a nice little tutorial and carefully reading it. ht... (by closed account DGvMDjzh)
|
by ihm
cin to two vectors
|
|
[3 replies] Last: [quote=ihm]What are the pros and cons of dynamically allocation vector... (by Galik)
|
by arefe
Dev C++
|
|
[2 replies] Last: It is running. You have written a console programme, so it runs in a c... (by Moschops)
|
Problem with ifstream |
|
[no replies]
|
by gh24
Help Creating Random Matrix Needed
|
|
[6 replies] Last: Oh sorry. Well, the reason is obviously because you're trying to print... (by closed account DGvMDjzh)
|
by TheMeerkat
arrays
|
|
[3 replies] Last: Ok, then you are doing it wrong: Why do you declare the constant at t... (by webJose)
|
by cmk46
Initialization Order of Static Const Member Arrays
|
|
[3 replies] Last: Yep, the order of initialization is the order in which they are define... (by closed account DSLq5Di1)
|
by daldrome
print shapes using characters for loops
|
|
[9 replies] Last: Finally figured it out myself. Thanks for your help anyways :D for (... (by daldrome)
|
by Football72
Converting for loop to do-while loop
|
|
[2 replies] Last: and i'm suprised that you even get the output you mention from the whi... (by erikn)
|
How do I let the user choose between two classes at runtime? |
|
[1 reply] : Think about the scope of those variables. Let's assume that choice ==... (by prophetjohn)
|
by hardknock
logical error with binary search program
|
|
[2 replies] Last: nvm, i just realized that where i have the "IF" statement, it should h... (by hardknock)
|
by ForeignCurs
Use of delete
|
|
[16 replies] Last: The memory leak has been solved :) If you show your actual code, may... (by ForeignCurs)
|
by subjugater
Lost in if-else conditions
|
|
[5 replies] Last: helios, Thanks a lot for your explanation. I think what you interpret... (by subjugater)
|
by pbdemon101
Multiplying two random numbers
|
|
[1 reply] : use answer = a*b; instead of a * b = answer; = operator assigns... (by tfityo)
|