by AL88
How can I make this return the desired float back to main
|
|
[5 replies] Last: Also how can I make it return the float properly, i.e. 4.0 points, no... (by Karakuik)
|
by theone8
Asking for help
|
|
[1 reply] : https://www.codechef.com/codeofconduct Why do you ask a "Python 3.6" ... (by keskiverto)
|
Text File Isn't Working |
|
[2 replies] Last: Hello katalinaisland, PLEASE ALWAYS USE CODE TAGS (the <> formatting ... (by Handy Andy)
|
by am161363
Team work
|
|
[no replies]
|
by vabz135
please tell me what's wrong with my code it says--main.cpp:13:13: error: expected initializer before 'of
|
|
[3 replies] Last: This is followed by the under score (_). Which should be avoided as t... (by MikeyBoy)
|
error: expected unqualified-id |
|
[1 reply] : Key and key are different! Look closely at UPPERCASE and lowercase. (by lastchance)
|
by Song Tung
Problem with inheritance class
|
|
[2 replies] Last: Thank you, that was very clear and concise (by Song Tung)
|
by Amiplus
Recursive function for an array?
|
|
[12 replies] Last: @all thank you very much. Very interesting material to study. than... (by Amiplus)
|
by sirdar
How to load files into memory c++
|
|
[5 replies] Last: Currently, you are setting your path, c, before you loop over readdir.... (by Ganado)
|
by AL88
Can someone explain how the arguments are being passed
|
|
[6 replies] Last: +Like tpb's answer. @AL88 to write your own recursive function, struc... (by icy1)
|
by Kai456
Expects/Ensures do not trigger breakpoints??
|
|
[3 replies] Last: Thanks icy! (by Kai456)
|
by lachev
beginner question about functions
|
|
[5 replies] Last: Thank you guys for your valuable responses! I really appreciate it. (by lachev)
|
Another question by a begginer |
|
[4 replies] Last: "My main recommendation would be to NOT stuff plain old functions ins... (by luciusFernatore)
|
How to count input arguments? (Beginners trying to learn C++ here, sorry for the long paragraph) |
|
[8 replies] Last: I'd make the counting a separate method in whichever loop style you pr... (by icy1)
|
Why Integer with Double Digits is Not Looping Out |
|
[5 replies] Last: It's selfish of you. Really selfish since the OP openly admitted the... (by closed account E0p9LyTq)
|
by paulm
Strtok reset point
|
|
[6 replies] Last: Solved. I though about it a few more times, but since I only have to c... (by paulm)
|
by zyan1zyan
Modular GCD problem of codechef
|
|
[1 reply] : Double post: http://www.cplusplus.com/forum/general/ (by Thomas1965)
|
by tghatem
Error - attempting to reference a deleted function
|
|
[6 replies] Last: Hello, The problem is resolved now and the algorithm is back running ... (by tghatem)
|
by AL88
Why is this returning 0 and not 30
|
|
[3 replies] Last: Do you want a hand hold or a hint? Here's a hint first... Inside of yo... (by Karakuik)
|
by SilvaLay
the location of the maximum sum in a column
|
|
[5 replies] Last: Here is C version with 1-based indexing shown to user #include <stdio... (by icy1)
|