by Kieth89
concatenating confusion
|
|
[2 replies] Last: The best way I can explain the first part, partly because it's somethi... (by Computergeek01)
|
by MFA
what is wrong with my code?
|
|
[2 replies] Last: yup u r absolutely right the problem is with the precision however i f... (by MFA)
|
by MFA
Can u give me an idea on how to write this program
|
|
[2 replies] Last: hhh nice solution. Thanx for the reply, yeah i think i got the idea... (by MFA)
|
by matthew1686
Dynamic arrays ad use of 'new'
|
|
[8 replies] Last: Pointers have their uses for creating "links" between values or for ea... (by Albatross)
|
by qaiserkhan
veriable scope of map datatype
|
|
[1 reply] : I don't understand. Could you post a code example? (by hamsterman)
|
by sylar
Linker Error in Program
|
|
[1 reply] : You haven't said what the error is. You need to post it verbatum. ... (by kbw)
|
by Bianco
Trouble with a program on C
|
|
[1 reply] : It looks good so far. You need to have seperate variables for the siz... (by kbw)
|
by Overflowh
Empty the input buffer
|
|
[5 replies] Last: I'm sorry but I don't understand all your code. cin.ignore( numeric_... (by Overflowh)
|
by tonnot
Global instance vs. Singleton. Pros & cros ?
|
|
[no replies]
|
by linoch
#include "ccc_time.h" doesn't work?
|
|
[5 replies] Last: File > New > Empty File BTW, where did you get the code above from? (by Bazzy)
|
Adding numbers |
|
[2 replies] Last: #include<iostream> using std::cout; using std::cin; using std::endl... (by sylar)
|
by matt295
c++ problems with printing bubble, insertion, and selection sort program?
|
|
[2 replies] Last: I check the insertion sort. I did not using function "insertItem", and... (by guevara)
|
by Chazzmundo
Initialising a class within a loop
|
|
[no replies]
|
by Zyborg
Can my code be reduced? (I'm sure it can be)
|
|
[9 replies] Last: thanks JoR I understand rand() a little bit more now. (by Zyborg)
|
by pabloli150
compiled ok but no execution
|
|
[2 replies] Last: thanks a lot, i corrected it but it keeps giving error before getting ... (by pabloli150)
|
by wtf
What does this do?
|
|
[3 replies] Last: Look at line 10. You're checking for a space as a mark for the end of... (by Disch)
|
by Kieth89
Is one variable initialization better than the other?
|
|
[3 replies] Last: With user defined types, a temporary object then copy construction fo... (by Disch)
|
average is correct but the sum is wrong. :) |
|
[2 replies] Last: In case you still need the answer... Following main(), it looks lik... (by Maybevin)
|
by ckdur
Resizing pointers
|
|
[3 replies] Last: "CString****" this is because I need to save data, and sub data, and ... (by ckdur)
|
by moe93
Continue statement not within a loop.
|
|
[4 replies] Last: Like I said, continue quits the current iteration of a loop, so if a c... (by quirkyusername)
|