by bfelts
Counting Upper and lower Case letters
|
|
[1 reply] : Does it help if I mention, 'a' - 'a' = 0 'b' - 'a' = 1 'c' - 'a' = 2 ... (by closed account DSLq5Di1)
|
by xTehOnex
Having trouble with an equation!
|
|
[8 replies] Last: Hello, xTehOnex Wrote: Yeah the ((Vf * Vf) - (Vi * Vi)) / (d * 2) ... (by Jugurtha Hadjar)
|
by EmmanuelG
Nested loop?
|
|
[14 replies] Last: Thanks Kyon. I thought of something like that earlier! But I didn't re... (by hellohellomoon)
|
by DavidStern
Telling program not to output value when...
|
|
[2 replies] Last: Wouldnt this be a lot simpler to do. Just add "__ x $(whatever amount)... (by knicole89)
|
by liljose13
Phone Directory Program Problem
|
|
[2 replies] Last: Void phonedir(string firstName, string lastName) { Int flag = 0; inFi... (by dznguy)
|
by Sparkthunder
error C2011: 'class' type redefinition
|
|
[2 replies] Last: Yeah, that's not the case, my source file is as follows: include "Pac... (by Sparkthunder)
|
Code terminates trying to open file |
|
[4 replies] Last: This is still incorrect. It should be (strlen(argv ) + 4) (3 to hold ... (by Lucas Tiridath)
|
by Ilyas Kamil
Char variable question
|
|
[4 replies] Last: thank you man. in the end all i had to do is type in at the end of t... (by Ilyas Kamil)
|
How do I do this? |
|
[6 replies] Last: Actually, I figured the last problem out. Thanks Shack you were a big ... (by hellohellomoon)
|
by bfelts
Using Structs to count the capital and lower A-Z
|
|
[1 reply] : I just need help figuring how to count the lower and upper case charac... (by bfelts)
|
by disneydork11
Equation...
|
|
[4 replies] Last: Thanks! That helps a lot, actually. I'm very new as well, so don't wor... (by disneydork11)
|
by qwertyasdfgh
Substitute for switch (1,2)
|
|
[24 replies] Last: [quote=qwertyasdfgh]@EricDu : none of them LOL. Mine is neater. I say ... (by helios)
|
I simply can't find this logic error. |
|
[no replies]
|
by GraemeR
CLR Frm Application
|
|
[7 replies] Last: Whitenite, Many thanks, got about as far as you now. Graham (by GraemeR)
|
Declaring an output txt in header? |
|
[2 replies] Last: thanks you! (by Cosimo Vilardo)
|
by Vaice
Numerical methods_C++_a formula
|
|
[2 replies] Last: Hello my friend, So this is not very easy to understand because this ... (by Vaice)
|
by aspirewire
Die Roll with Arrays
|
|
[1 reply] : for(i=0, i<=rolls, i++){ die = (rand()%6)+1; rolls = rolls +1;... (by Maese909)
|
by Julianne
What do these errors mean?
|
|
[2 replies] Last: The errors are not caused by your typing, they mean that the linker ca... (by EricDu)
|
by Akusa
Help with Random number game.
|
|
[2 replies] Last: thank you it works now :) (by Akusa)
|
by buggys
string in visual c++ form
|
|
[2 replies] Last: lil snippet of what i'm using it for is private: System::Void butto... (by buggys)
|