2 Errors with Else Statement |
|
[4 replies] Last: Firedraco, You're right. I think I should go over some things and the... (by Code Assassin)
|
by eXistenZ
CS106B Graphs: for each with collection of pointers
|
|
[2 replies] Last: Thanks for the answer. So I dug a little deeper. It's a precompile... (by eXistenZ)
|
New to Programming ;D |
|
[8 replies] Last: thanks i tried that and added some other things of my own and the code... (by nc assassin)
|
Input Username and Password |
|
[8 replies] Last: Thanks so much, hackinghorn! It works perfectly! - Code Assassin ... (by Code Assassin)
|
by seawolfmoose
birthday paradox problem
|
|
[5 replies] Last: It's called a paradox because at first glance it seems counterintuitiv... (by helios)
|
by gladi
Just Explain
|
|
[5 replies] Last: wow : ) it was very helpful man I really appreciate your efforts. to... (by gladi)
|
by aspirewire
Harmonic Sum
|
|
[1 reply] : You'll need to make a variable that keeps track of the sum and print t... (by Disch)
|
by andyy
Error C2660 help
|
|
[2 replies] Last: edit: got it, thanks (by andyy)
|
by Cjsheaf
Pointer Syntax Problems
|
|
[4 replies] Last: Do you mean that C++ supports pass-by-reference? I was told that poin... (by firedraco)
|
by alecrock1
Class help
|
|
[1 reply] : First, initialize those 3 global variables. Uninitialized variables ca... (by closed account zb0S216C)
|
by Apoapsis
Won't compile until I move declaration?
|
|
[1 reply] : It's because you are declaring it inside of the do while loop, so ther... (by firedraco)
|
My first post and a class |
|
[5 replies] Last: [quote=hanst99]There is no such requirement, returning an Rvalue is co... (by closed account zb0S216C)
|
by dan1
trouble getting started with Visual C++ Express 2010
|
|
[3 replies] Last: @hanst99 Yes it is definitely Visual C++ Express 2010 :) I agree, play... (by dan1)
|
by Evilcise
Newbie back for more
|
|
[3 replies] Last: Yeah I know the while loop is a pain, we talked about it in class, apa... (by Evilcise)
|
by Ben Duncan
Reading from a .txt file.
|
|
[4 replies] Last: Say the password, 'hello', is in the file, how could I get the program... (by Ben Duncan)
|
by iEirikF
Multiple Choice Program
|
|
[2 replies] Last: Here is an example of how to use if and else statements: if(conditio... (by Code Assassin)
|
by maxivz
My encripter gives me a runtime error
|
|
[1 reply] : Are you familiar with the technique called debugging? If you're not f... (by webJose)
|
by cueks
Convert Array of Double to String
|
|
[3 replies] Last: For the curious the OP's program prints the following: punya lude... (by shacktar)
|
.txt into 2D Array |
|
[no replies]
|
by munkalla
C++ lab- plugging variables into equations
|
|
[2 replies] Last: I'm still confused as to how to plug my t values into those functions ... (by munkalla)
|