by Maese909
Keeping a program running
|
|
[2 replies] Last: Yeah, I will go that route then and input the contacts in the console ... (by Maese909)
|
by creekist
What's wrong with this code?
|
|
[2 replies] Last: Hi thanks for responding, oddly enough, that works. (by creekist)
|
by joatmon
Determining the Length of Linked List
|
|
[6 replies] Last: I should have seen that one myself. Thanks again! (by joatmon)
|
by Chicagoguy
Help with Encryption and Decryption
|
|
[1 reply] : This may be better to see after a few changes #include <iostream> #in... (by Chicagoguy)
|
by Wirsbo
cout << armor []?
|
|
[3 replies] Last: Ok, then. What you need is a for loop -> http://cplusplus.com/doc/tuto... (by m4ster r0shi)
|
by pcultras
"string" is undefined
|
|
[2 replies] Last: thanks you're right (by pcultras)
|
by Cppcats
Assigning individual numbers from an array using rand() (i.e. no repeats)
|
|
[3 replies] Last: (1) Since indexes is an array, its name is a pointer to its first elem... (by m4ster r0shi)
|
by mengqi68
Monthly payment calculator - could not get it to work
|
|
[2 replies] Last: principal=car_price-down_payment; car_price is not initialized.... (by Warnis)
|
by bool maybe
tic-tac-toe
|
|
[3 replies] Last: I see what you mean now dangrr888 about not initializing. I don't know... (by bool maybe)
|
by wtf
Is this dangerous code?
|
|
[7 replies] Last: like how? Whats the method that GoogleToolbarUser_32.exe uses? I keep... (by wtf)
|
by nano511
Pong problem
|
|
[5 replies] Last: @disch i do zero the yVelocity. That doesnt fix it though. How do i c... (by nano511)
|
by raymjones
pointers
|
|
[3 replies] Last: cout<<"average"<<computeaverage(a,n)<<endl; This line. Where... (by Disch)
|
by nano511
How to make Class A modify Class B member?
|
|
[6 replies] Last: Actually i dont think i can make it work. I just remembered when the s... (by nano511)
|
by wtf
2 questions. Is it possible to get name of the exe currently being run?
|
|
[5 replies] Last: I did, and I was lead to the site you posted, which doesn't show any e... (by wtf)
|
by Savale
Returning a string from function
|
|
[2 replies] Last: I tried doing what you said but it gives me an error on line 3 saying ... (by Savale)
|
by Anon1010
Difference between
|
|
[3 replies] Last: ++x == x = x + 1 x++ == tmp = x, x += 1, tmp x++ will creat... (by closed account DSLq5Di1)
|
by Lenton
How can I do this?
|
|
[3 replies] Last: A function should return void when it doesn't return anything, and sho... (by Disch)
|
by BranKeye
Separate Program into Functions
|
|
[2 replies] Last: Thanks alot, so far I've successfully used your function, and then put... (by BranKeye)
|
by bool maybe
Program that identifies poker hand (e.g. flush, straight, straight flush, three of a kind, etc.)
|
|
[4 replies] Last: coder777, THANK YOU SO MUCH! My code works now. You are right about e... (by bool maybe)
|
by kip121
Help with this please
|
|
[2 replies] Last: Thank you for refering me to that post, but forgive me for sounding st... (by kip121)
|