Reversing an array using pointers |
|
[5 replies] Last: @resDesE it's great to help...but please use the tags.... (by Flaze07)
|
by kinjal2209
Watch Fifty Shades Darker 2017 Online Movie Special Valentine
|
|
[1 reply] : Don't reply to spam. Just report it. (by helios)
|
by Claudius7
Code works but I don't understand if it is correct
|
|
[1 reply] : "Correct" can be many things. These tools look interesting: http://ww... (by keskiverto)
|
by cxshinobu
Modulus opereator
|
|
[2 replies] Last: #include <iostream> #include <iomanip> int main() { int hour = 0... (by closed account 48T7M4Gy)
|
pointers and dynamic arrays |
|
[no replies]
|
Take in character followed by co-ordinate (white-space)? |
|
[5 replies] Last: toupper converts a character to uppercase. http://www.cplusplus.com/re... (by Thomas1965)
|
by mathium
Undefined reference to error - Quadratic formula program
|
|
[4 replies] Last: As mentioned above, there are no variables named a,b or c declared in ... (by integralfx)
|
by The Snowman
Function call not working as expected
|
|
[3 replies] Last: I am happy to say I was able to fix this program myself! If anyone wit... (by The Snowman)
|
Understanding a part of a function |
|
[7 replies] Last: [quote=Jonnin]Arduino C++ does not fully support all C++ things, FYI. ... (by mbozzi)
|
by ahmedandre
Designing a WFS Client webservice
|
|
[no replies]
|
by Ekinne
c++ program for sentences
|
|
[1 reply] : try NLP (natural language processing) (by gunnerfunner)
|
by cpp2017
Would istream tried to read again where it failed after recovering from fail state
|
|
[6 replies] Last: Thank you sir, but does cin.ignore() really matter with the code abov... (by closed account 48T7M4Gy)
|
by steiryx
Buffer overflow?
|
|
[4 replies] Last: I found it. For the fix, you have to include that code inside a condit... (by steiryx)
|
by Harshal97
header flies
|
|
[2 replies] Last: this one is tricky :) first, you have a question. A doubt is somethin... (by jonnin)
|
by Jubberwacky
Program help!!!
|
|
[6 replies] Last: they have to be in the order you gave it when you wrote the code. you... (by jonnin)
|
by BlakeB13
Generating random numbers
|
|
[2 replies] Last: The problem is essentially to check if a random number falls within an... (by gunnerfunner)
|
by sahilg1998
sorting of binary file
|
|
[4 replies] Last: In your Sort function in your inner loop on j between lines 92 and 102... (by SIK)
|
by S G H
Expanding a parameter pack while decreasing a variable
|
|
[6 replies] Last: @S G H The list-initialization hack is sequenced. http://en.cppreferen... (by mbozzi)
|
by sylvain
What an expression ended by & means ?
|
|
[6 replies] Last: That value is simply 'garbage', the array within the struct is not pro... (by Chervil)
|
Read Numbers Into Array - Logic Error |
|
[2 replies] Last: Thank you! (by puttputtpurplecar)
|