by joseplusplus
Please explain this use of star operator
|
|
[4 replies] Last: Good. I find this last explanation clear enough. I think I must trust ... (by joseplusplus)
|
by Nohbdy
Low Priority: How am I coding?
|
|
[14 replies] Last: I think you would get even better comments if you post a non-trivial (... (by jsmith)
|
by tonnot
'const' keyword can be esential to give speed ?
|
|
[5 replies] Last: (Note that a threadsafe STL would make std::string copying expensive, ... (by jsmith)
|
by wboustany
Extracting values from "for" loop
|
|
[4 replies] Last: Thx very much, fixing the the way I was initializing the for loop solv... (by wboustany)
|
by god
Vector <class>
|
|
[4 replies] Last: Simple create a vector as per the page linked by hamsterman. std::v... (by Pax)
|
by relei
C/C++ and SDL Workshop for beginner in Munich (4/5.12.2010)
|
|
[no replies]
|
by buldogao87
Whats wrong with my program
|
|
[3 replies] Last: well i correct the mistake on the while loop it was expx not(myexpx)..... (by buldogao87)
|
by wtf
for struct node do I need to do this?
|
|
[4 replies] Last: your problem is that you didn't set 'next' to NULL in the constructor ... (by coder777)
|
Resizing vector lists |
|
[1 reply] : Okay, I've modified my code so that it shifts the tail of the list up,... (by kamikazeUnicorn)
|
by rafter
My first step and question in programing
|
|
[5 replies] Last: 10x for your advise have a nice day (by rafter)
|
by Erdrigard
Another linked list question (infinately repeating loop)
|
|
[2 replies] Last: You know, a funny thing happened while running the program on this com... (by Erdrigard)
|
by gongzhen
test my programming and give advice
|
|
[2 replies] Last: Thanks ur advice. u r right. if square, the program can save time... ... (by gongzhen)
|
by leomifare
How to calculate Math pow with result unsigned long?
|
|
[7 replies] Last: Hi helios, Thanks for your reply.. Yes you're right, i can store t... (by leomifare)
|
by rej3kt
Reading and writing to an excel file. (1,2)
|
|
[25 replies] Last: Because when you were saving out to the file, you were taking the valu... (by Pax)
|
by chortic
Templates and derived classes
|
|
[2 replies] Last: Thanks a lot for the quick reply, that's exactly what I needed. Not o... (by chortic)
|
by dowhile
while loop will not stop
|
|
[5 replies] Last: good sample (by myforzhuce)
|
by rastroh
Working with loops to output justified patterns?
|
|
[2 replies] Last: @hamsterman wow, that sure helped! (by vasiqisbewildered)
|
by seklum
expected `;' before "cout"
|
|
[3 replies] Last: Wow, I am dumb. I didn't even think to look BEFORE the cout that was ... (by jleach)
|
by jleach
cin.get not taking input?
|
|
[2 replies] Last: It is behaving as expected. The first call to cin.get() gets everythi... (by jleach)
|
Problems with input |
|
[6 replies] Last: Oh, I see now. I thought something was off with , but I didn't kno... (by Urist McCoder)
|