by gevCplus
Error LNK2019
|
|
[4 replies] Last: There is an issue with get_xyz(). This doesn't do what you trying to d... (by seeplus)
|
by frog1990
C++ change letters to asterisk
|
|
[8 replies] Last: first letter of each word to be a capital letter Assuming this, con... (by seeplus)
|
by Mustermann
"const int&" vs "const int" as parameters
|
|
[12 replies] Last: On the code we receive from the Professor he sometimes uses as parame... (by keskiverto)
|
by ldj244
how to start writing a program
|
|
[6 replies] Last: * if the page in that link is in russian, there is a button on top of ... (by ldj244)
|
by Shervan360
strcpy in C++
|
|
[6 replies] Last: When defining an array, if you don't give the size then the size is de... (by dutch)
|
Printing vectors from a class with private data without using friend function |
|
[4 replies] Last: There is no need to have std::ostream operator<< be a friend as long... (by deleted account xyzzy)
|
One dimensional arrays |
|
[1 reply] : Hello intersted2405, I would start with defining the array and inputt... (by Handy Andy)
|
by Sukuna231
C++ program
|
|
[5 replies] Last: [quote=Sukuna231]this formula is used here: sin(x)/x=1-x^2/3!+x^4/5!-x... (by lastchance)
|
by jidris
Given a one-dimensional array, check if the elements in the array are in ascending / descending order
|
|
[10 replies] Last: #include <iostream> using namespace std; int strictlyOrdered( int *A... (by lastchance)
|
by Cataclysm
Calculating average height of N people
|
|
[7 replies] Last: Assuming I've got my limits right as per the question, consider: #i... (by seeplus)
|
by Cataclysm
Arrays for input numbers that are +12 greater and -12 smaller than average
|
|
[4 replies] Last: Only 1 iteration over the array is needed. Consider: #include <iost... (by seeplus)
|
How to catch WM_DESTROY (from Alt+F4 or Close) |
|
[2 replies] Last: That did it! Thank you! :-) Here the changed code section: case ... (by theoneandonlyboiler)
|
by jidris
array i have been trying to swap the minimum with the maximum number but i couldn't get it
|
|
[4 replies] Last: You could also say auto [min, max] = std::minmax_element(std::begin(a... (by mbozzi)
|
by Shervan360
Get array of integer in one line - C++
|
|
[4 replies] Last: #include <Windows.h> //<~not sure if this is needed or not. #include... (by markyrocks)
|
by Shervan360
Decision Making in C++ (if , if..else, Nested if, if-else-if )
|
|
[4 replies] Last: Hello Shervan360, Well lets take a look at what you have: #include<... (by Handy Andy)
|
by dune
Copy Ctor
|
|
[9 replies] Last: Seek and ye shall find: https://web.archive.org/web/20160602100235/... (by dune)
|
by markyrocks
I'd just like to say Merry Christmas...and...setupapi.h
|
|
[3 replies] Last: I did actually figure that out. Its just so ridiculous how this is al... (by markyrocks)
|
by Violetzz
Read and write file C++
|
|
[2 replies] Last: Oh I see, thank you very much for helping me. (by Violetzz)
|
by jordandan
printing char array recursive
|
|
[3 replies] Last: Hello jordandan, PLEASE ALWAYS USE CODE TAGS (the <> formatting but... (by Handy Andy)
|
by noblemin
undefined reference
|
|
[1 reply] : Is Nucleotide_count.cpp in your project file? Your project needs to l... (by salem c)
|