by LA94
fatal error LNK1561: entry point must be defined
|
|
[no replies]
|
by Lindseybb
Count words using <cctype>
|
|
[2 replies] Last: Ok thanks! (by Lindseybb)
|
by CodingNewbie
Text-based RPG: Inventory Load Issue
|
|
[no replies]
|
by Nebur
Decimal to binary not working for large numbers
|
|
[10 replies] Last: This is the equivalent of my code for hex rather than binary: std::st... (by Chervil)
|
by StarRiskLtd
Encryption ROT/Crypto
|
|
[7 replies] Last: Glad you saw the response, sorry it took me a while to get back to thi... (by Chervil)
|
by kenglong
Remove spaces and punct from a string
|
|
[2 replies] Last: Well, that hint resulted in a solution! I reworked the code block so t... (by kenglong)
|
by CodingNewbie
Text-based RPG: Inventory Question
|
|
[3 replies] Last: This is solved, but you have to free your allocated memory. (by closed account N36fSL3A)
|
Resistor Color Code Calculator - breaking integers to singles |
|
[7 replies] Last: ok, so it's the other way around, I am sorry I didn't read your post r... (by rmxhaha)
|
by algo89
Can't open text file in Xcode
|
|
[2 replies] Last: Thanks for your answer. Yes the text file is in the same folder as th... (by algo89)
|
by Brandon23z
What is wrong with my code?
|
|
[7 replies] Last: agghh:,, that system() , have you #include <cstdlib> ? I have no id... (by nvrmnd)
|
by Renov
Some problem in base conversion
|
|
[1 reply] : when calling functions we don't include the return type: string conve... (by nvrmnd)
|
by Cas39
Tips Required
|
|
[5 replies] Last: around here they will tell you not to use system(). instead of system ... (by MarketAnarchist)
|
by shahgee
i am just confused.
|
|
[3 replies] Last: @Mehdinaqvi what is the exact error code you get ? -----------------... (by nvrmnd)
|
by Ryoma78
'GamePlayer::GamePlayer' : no overloaded function takes 4 arguments
|
|
[4 replies] Last: hi Zhuge, thx. i try. (by Ryoma78)
|
by Dknight
problem in pyramid
|
|
[4 replies] Last: for(k=1; k<=i; k++) This only prints part of the pyramid. Change... (by abhishekm71)
|
by xswtnsour13x
Calculate the volume for cylinder using functional decomposition
|
|
[1 reply] : Hi there, Please do not just post your homework assignments. The foru... (by closed account o3hC5Di1)
|
by enri357
need help at a voting program can somebody help?
|
|
[16 replies] Last: simple: because you compare choice not choice2 ... (by nvrmnd)
|
by OnyxDeath
Expected primary expression before '=' token
|
|
[1 reply] : You are using !==, and I think you meant != (by Zhuge)
|
by boy3005
maximum program
|
|
[16 replies] Last: Use some logic: in This logic u can get max and minimum no. both: i... (by james005)
|
by boy3005
minimum of three numbers
|
|
[2 replies] Last: Thank you so much. I appreciate it. (by boy3005)
|