by BC300
If Then Else Output Problem
|
|
[4 replies] Last: I don't think there is a way to do that. Unless you did something like... (by giblit)
|
by cariacou
Compiles on 32bits VS, crashes on 64bits VS (exact same project)
|
|
[3 replies] Last: did this: http://msdn.microsoft.com/en-us/magazine/cc300794.aspx#S3 i... (by cariacou)
|
by forest
whilel loop with multiple conditions
|
|
[5 replies] Last: Even when i initialize them L, C, and R to false the problem still ha... (by cire)
|
by pekingduck
how can i make a switch case option disable after one use
|
|
[13 replies] Last: of course my code doesnt work, it was pseudo code because if i write ... (by cire)
|
by Jakesterwars
Reference/Pointer functions with a class/struct
|
|
[2 replies] Last: I was told I needed to have a main that dynamically initialized a new ... (by Jakesterwars)
|
by TensE
Output from a file
|
|
[1 reply] : It's easier to show the code than to explain it: fstream inputStr... (by Chervil)
|
by jvjvalerio
Writing a NIM game with certain limitations
|
|
[3 replies] Last: http://en.wikipedia.org/wiki/Nim#The_subtraction_game_S.281.2C2.2C....... (by JLBorges)
|
by psufan1357
Unresolved External
|
|
[3 replies] Last: Wow, I feel stupid, Thanks for the help (by psufan1357)
|
Dangling if/else beginner question |
|
[7 replies] Last: When the compiler sees an else , it knows that the only way that this... (by booradley60)
|
by hseipert
Writing over all my code!
|
|
[2 replies] Last: Ah! Shift+Insert worked. Thank you! I'm a bubble-brain. (by hseipert)
|
by Joshcannon
Hour Glass shape with letters (Beginner)
|
|
[16 replies] Last: #include <iostream> using namespace std; int main () { int N ; ... (by JLBorges)
|
by Pinard
Need help
|
|
[2 replies] Last: Thanks :) (by Pinard)
|
by spagecko
Transfering data into a textfile
|
|
[3 replies] Last: I was very busy, so here me with an attempt according your questions: ... (by condor)
|
by americanxo
Converting ASCII
|
|
[16 replies] Last: oh wow, thanks alot, i owe you a beer..... (by americanxo)
|
by psufan1357
Identifier is not being defined
|
|
[3 replies] Last: Yeah Thank you guys for the help, problem solved. (by psufan1357)
|
by fspererg
Filling an Array with a function
|
|
[4 replies] Last: Hi All, Thanks foy your reply. The aim of the code was to fill the ... (by fspererg)
|
by kabuki
Help with QuickSort
|
|
[1 reply] : Hi there, Duoas recently wrote a great article about quicksort, expla... (by closed account o3hC5Di1)
|
by joeydal
error C2109: subscript requires array or pointer type
|
|
[1 reply] : Please, describe the type of local variable "count" in the function "... (by keskiverto)
|
by Aibsr
list<ClassName*>
|
|
[6 replies] Last: Ok. Thanks (by Aibsr)
|
by bknick24
spheres volume calculator help
|
|
[3 replies] Last: MiiNiPaa, you are right I had too many arguments. Looking at the code ... (by bknick24)
|