by daking
Read a string then copy it to clipboard
|
|
[2 replies] Last: Thank you for your help. How exactly would your information tie into t... (by daking)
|
by camilasccv
I need help: error: 'cout' was not declared in this scope.
|
|
[8 replies] Last: as for the OP. try adding using std::cout; using std::endl; inste... (by ascii)
|
by geoff13
Compare strings to find similar characters
|
|
[1 reply] : answer is an array of four randomly generated characters (R P Y G B W)... (by geoff13)
|
by kwalser
Open a web page in c++
|
|
[no replies]
|
by mathai
Returning a pointer from a function
|
|
[4 replies] Last: Thanks! (by mathai)
|
by mcqueen
Program Ideas (1,2)
|
|
[21 replies] Last: I will get away form code, but let's begin the program. Then code=bye ... (by mcqueen)
|
by savavampir
template confusion
|
|
[4 replies] Last: Thanks greatly. If someone else has more opinions please share. (by savavampir)
|
Vector Sizes within For Loops |
|
[no replies]
|
by N1ghtm4r3
HELP! What is wrong with this code? (1,2)
|
|
[22 replies] Last: Alright. Thanks a lot for your patience and help. Please bare with me.... (by N1ghtm4r3)
|
program malfunction |
|
[2 replies] Last: omg thank you so much. it works now (by whitedark1337)
|
by declawd
Struct Questions
|
|
[7 replies] Last: There we go! Thanks guys. Thanks webJose for making it easy by providi... (by declawd)
|
by abejary
how can I derive a tree from two different parent classes in C++?
|
|
[2 replies] Last: The programming part is easy: class Derived : public Base1, public ... (by closed account 1yR4jE8b)
|
by lipatrick
pointer and dynamic binding
|
|
[5 replies] Last: @ Disch : Security tokens for Access Control Lists... That's all I've... (by Computergeek01)
|
by N1ghtm4r3
Help with adjustment to code
|
|
[10 replies] Last: @kooth I looked into STL containers, but it seems a bit advanced. Not... (by N1ghtm4r3)
|
by derata
hash table, help with transfer (1,2)
|
|
[33 replies] Last: ok: input: computer. computer, mouse mouse. mouse computer output... (by kfmfe04)
|
by jumper007
I failed this problem at a contest ! (1,2)
|
|
[25 replies] Last: I just realized something. ( b - b%n - a + n )/n; is all you need to k... (by hamsterman)
|
by ohnmeiss88
Need help on This! Series summation and setence making
|
|
[5 replies] Last: the input values i need to use are 1 2 3 4 5 6 jane doe is married to... (by ohnmeiss88)
|
by Adidas
Access violation-error
|
|
[1 reply] : It may be that Department_Ptr_TMP is NULL, it may be that m_PTR_2_Cour... (by kooth)
|
by HenriK
Problems with template functions and rand/srand
|
|
[2 replies] Last: Oops, I seem to have used older piece of code in my template function ... (by HenriK)
|
IF command |
|
[10 replies] Last: [quote=Computergeek01]I'll have to steal it from you. It's ok I stole ... (by hamsterman)
|