how is this possible |
|
[15 replies] Last: an integer is just some bytes. On my system a long long is 8 bytes, ... (by jonnin)
|
by Athsmith
Adding digits of array values
|
|
[3 replies] Last: OK I understand now. Easiest would be to create a function int sum_of_... (by Thomas1965)
|
by WalkerGoldy
Dynamically updating arrays
|
|
[1 reply] : you can't resize arrays. you can resize pointers: int * a = new int ... (by jonnin)
|
by Saeed7r
How to have an instance of subclass in the superclass
|
|
[6 replies] Last: I made a mistake - that example is wrong. I meant something like this... (by mbozzi)
|
by tdknapp
Guess number 1-500
|
|
[3 replies] Last: Thank you for the replies! (by tdknapp)
|
Division loop problems |
|
[5 replies] Last: Thanks so much for the help everyone. I figured that my void function ... (by daltonphelps0)
|
segmentation fault(core dumped) |
|
[3 replies] Last: There's a few mistakes in your code. 1. You are trying to read lines l... (by tpb)
|
by adam2016
SDL_RenderCopy
|
|
[4 replies] Last: thanks helios =) (by adam2016)
|
by AL88
Can anyone help explain these errors
|
|
[8 replies] Last: Consistent indentation will help. Maybe begin using a tool like Clan... (by mbozzi)
|
by kbs96
Adding character sequence as a single consonant element.
|
|
[4 replies] Last: I am not sure you are 100% on the right track? (close, but some detail... (by jonnin)
|
by Georg31
Can anyone help sum of digits
|
|
[12 replies] Last: True... And nice James Bond reference. :) (by Manga)
|
by kuushie118
Swapping Elements/values in Arrays
|
|
[4 replies] Last: I think you should read the tutorial more carefully. Whole page. Furt... (by keskiverto)
|
by chrichri
How extract element from frame in c++11
|
|
[1 reply] : A \n in stream is whitespace: #include <iostream> #include <sstream> ... (by keskiverto)
|
by kuushie118
Merging Files
|
|
[9 replies] Last: I just want to say thank you so much to everyone for helping me out. R... (by kuushie118)
|
by sunshine25
how to file handling
|
|
[1 reply] : You can use filesystem: https://en.cppreference.com/w/cpp/experimenta... (by coder777)
|
by poohbear
compiling
|
|
[7 replies] Last: Well, it seems like you are supposed to set it up yourself, using a ma... (by Peter87)
|
by DeBary
help
|
|
[8 replies] Last: 1) When posting code, please use code tags to make it readable: http:... (by MikeyBoy)
|
by dumbCoder
C++ Language Bitvector Program to read in file
|
|
[1 reply] : yes, many of us can do that, if you have a go at it and post your prob... (by Jaybob66)
|
by bagrarajeev
Is it okay not to bother about the syntax of preprocessor?
|
|
[8 replies] Last: [quote=bagrarajeev]I could see only main() as the function. So, please... (by Peter87)
|
what |
|
[12 replies] Last: Just so we know where the questions are coming from ... https://www.co... (by lastchance)
|