by xenovia12
struct vs array
|
|
[9 replies] Last: I think you're missing that you can also have an array of structs. St... (by AbstractionAnon)
|
by bashishen
How to print special keys
|
|
[1 reply] : You don't need the assignment "=" or the \ string s ( 20, '=' ); or ... (by PCrumley48)
|
prompt the user to rerun the program |
|
[4 replies] Last: Yup - if answer is char; if answer is string, double quotes. I someti... (by PCrumley48)
|
Message encoder malfunction |
|
[1 reply] : The statements in the function are getting run in sequential order, so... (by wildblue)
|
What is a pointer notation? |
|
[1 reply] : int *ptr; ///pointer , these ppointer can only store an address to ... (by closed account SECMoG1T)
|
by krad23
Function with argument by reference
|
|
[2 replies] Last: int f(int x) ; Can be called by passing any integer expression - lv... (by JLBorges)
|
How to read about error expecially about unresolved errors? |
|
[6 replies] Last: I see. Thats really annoying. I hope they add that feature on next c+... (by procastination)
|
by mtbrooks1993
Why do I get the wrong answer?
|
|
[4 replies] Last: sum = *p + arysum(++p, --size); I suspect undefined behavior (but I ... (by pheininger)
|
by msrt92
Convert code from java to C++
|
|
[4 replies] Last: Thanks You so much dear (by msrt92)
|
by Corey21Woods
Why is my loop not working?
|
|
[1 reply] : Line 85 while (dates_invalid=false); You are not checking anything... (by closed account 2UD8vCM9)
|
by SohaibAJ
If then Else
|
|
[6 replies] Last: now its working.. thanks alot.. much appreciated... :) (by SohaibAJ)
|
by pacman169
Pairs with vector
|
|
[3 replies] Last: string values to type int You want to convert strings to correspondi... (by MiiNiPaa)
|
by clodi
Array VS matrix
|
|
[4 replies] Last: You have to explain more, because your code fragment merely gives an e... (by keskiverto)
|
by clodi
Dynamic arrays VS normal arrays
|
|
[5 replies] Last: Also dynamically sized arrays are not possible to create on stack. (by MiiNiPaa)
|
by DeathLeap
Palindrome Recursive Checker
|
|
[3 replies] Last: Thanks, It's working perfectly now. (by DeathLeap)
|
by dustball64
Issue with a function that doesn't execute inside of another function.
|
|
[1 reply] : Not sure. Lines 14 and 15 of void getTotalLocations(int amountInput)... (by soranz)
|
Why this code is not giving error? |
|
[2 replies] Last: @Esslercuffi, yeah I corrected what u said and I understood what u sai... (by thehitmanranjan)
|
by JayJay007
Help needed
|
|
[4 replies] Last: So it seems that i forgot to ask the user to input the lifeform displa... (by JayJay007)
|
by luffyboi
Fraction Calculator
|
|
[2 replies] Last: How exactly do you plan on parsing the input string? You're straying ... (by Esslercuffi)
|
by NewCComer
Commander CLI Game playing up
|
|
[3 replies] Last: Thank you! It was a video tutorial and the guy was going quickly, I mu... (by NewCComer)
|