by frixu24
How to interact with C++ build within Xcode from Objective-C
|
|
[1 reply] : You can use objective c++. See: https://en.wikipedia.org/wiki/Objecti... (by coder777)
|
by hooi1997
i++ question
|
|
[1 reply] : Assuming that i is a scalar like int In C++17, after i = i++ ; ... (by JLBorges)
|
write two different files using same function |
|
[1 reply] : A function that takes a parameter for the file name may look like this... (by coder777)
|
by greenchick
Why my C program is keep crashing
|
|
[2 replies] Last: Depending on your compiler and its settings, there may be warning mess... (by Chervil)
|
by littlecub
How to make my text editor better?
|
|
[no replies]
|
by asdfcxz
; issue with comments
|
|
[5 replies] Last: ensure that codeblocks is following c++11 and not c++98.I used to have... (by closed account 1vf9z8AR)
|
by jollyholly11
Help getting the right output for a function
|
|
[1 reply] : Seems to me that you're making a program that simulates a hot plate. ... (by nubforce)
|
by Joello
"Lowest score drop" C++ problem
|
|
[3 replies] Last: I feel like an idiot everytime i post on here.. thanks again boys! Als... (by Joello)
|
by Falkner92
converting while loop to a for loop
|
|
[4 replies] Last: Thank you very much for the explanation! (by Falkner92)
|
by timh1970
Should dynamically allocated arrays be null terminated
|
|
[5 replies] Last: @Duthomhas, thanks for the clarification, this is pretty much the info... (by timh1970)
|
by Ryoka117
Input validator
|
|
[2 replies] Last: Hello Ryoka117, Some suggestions for you to consider. Lines 6 - 8 wo... (by Handy Andy)
|
by Perilun
Problem with exercise
|
|
[4 replies] Last: Thank you! (by Perilun)
|
by fatiimah
FUNCTIONS LOOPS AND FILES (3 IN 1)
|
|
[1 reply] : You can create your own questions. Real skill is knowing you can code ... (by Ihatov)
|
by andersonlam
remainder
|
|
[4 replies] Last: another.Also there is no point of having a remainder for decimal divi... (by Ihatov)
|
by andersonlam
space between 2 numbers
|
|
[2 replies] Last: cout<<2<<"\t"<<3; (by closed account 1vf9z8AR)
|
by dsdelavega
fill array with random numbers without repetition in the column
|
|
[4 replies] Last: Regarding the shuffle, I don't think that is the direction I am suppo... (by keskiverto)
|
by cristian c
Anonymous namespaces - working or what?
|
|
[5 replies] Last: @ Ihatov, Thank you for the correction. Andy (by Handy Andy)
|
merge files |
|
[3 replies] Last: Your merger function only opens one of the files. But it opens that fi... (by Repeater)
|
enter between lines in file |
|
[3 replies] Last: Basically read one line at a time. Examine its contents and decide whe... (by Chervil)
|
by Wilshire
How do I fix my computer to add the multiple of a number less than a 100?
|
|
[3 replies] Last: There are quite a few errors I can spot: 1) It should be using namesp... (by Ihatov)
|