Monty Hall Problem |
|
[1 reply] : http://upload.wikimedia.org/wikipedia/commons/d/de/Monty_tree_door1.sv... (by thechad90000)
|
by rcenteno
need help fixing my program, structs and arrays
|
|
[no replies]
|
by cheawick
Is there a way to change text and BG color multi platform
|
|
[2 replies] Last: I did not know that, thank you hamsterman. (by cheawick)
|
by student302
link list
|
|
[5 replies] Last: i'll contribute by sayin the next part of the program should be like t... (by markyrocks)
|
by ivanho
Sieve of erathostenes
|
|
[5 replies] Last: Your program is very hard to read (plus is in C, which I don't like ve... (by webJose)
|
by punjabian
copying strings
|
|
[11 replies] Last: yes variable n has no point and as far as the function goes it could b... (by markyrocks)
|
by ivlatt
Banking application
|
|
[2 replies] Last: Just got it working, it was using pointers as I assumed. Sorry for be... (by ivlatt)
|
by subjugater
What is <<?
|
|
[2 replies] Last: ivanho, Thank you for reminding on shift operators! Thx! (by subjugater)
|
by cezzarking
Lab problem
|
|
[1 reply] : The condition in the last line of your code if (a>b+1,a<b-1) is not ... (by closed account D80DSL3A)
|
by phantompig
Memory Manager
|
|
[5 replies] Last: Read up on memory allocation techniques. Some search phrases: "worst f... (by helios)
|
by thechad90000
Finding how many words are in a line
|
|
[7 replies] Last: Turns out that I had two things wrong. I didn't initialize totalWordCo... (by thechad90000)
|
by forumdata
c++ memcpy
|
|
[1 reply] : There will be no overlap I would prob call them in the reverse orde... (by andywestken)
|
by blue orb
multiple .cpp files - help needed
|
|
[1 reply] : Header files usually contain variable, class, struct, etc declarations... (by strongdrink)
|
by tundrablume
Example for an algorithm
|
|
[1 reply] : I'm not sure what you mean. You defined a 3D array aka matrix with 3 ... (by closed account DGvMDjzh)
|
by thewifihaxor
question about NULL
|
|
[2 replies] Last: std::cin is not going to help as it only reacts when you have data in ... (by closed account DGvMDjzh)
|
by Blessman11
what causes an Unhandled exception error?
|
|
[2 replies] Last: Problem solved: turns out its was a simple case of re-declaring a clas... (by Blessman11)
|
by jazpearson
Pointer question
|
|
[3 replies] Last: I think that that is undefined behaviour. You should delete only thi... (by ne555)
|
by kamisama
string literals
|
|
[4 replies] Last: Many thanks for your help, hamsterman. I understand this now. (by kamisama)
|
Please break it down for me? |
|
[6 replies] Last: Doesn't endl purge the buffer? Nope. (by shacktar)
|
Iterator question |
|
[1 reply] : If you used list instead of vector it should be fine. Also, you could ... (by hamsterman)
|