by prog2222
The understanding of the code. C++
|
|
[14 replies] Last: Can it be true? You are just using (the results for) the standard E... (by lastchance)
|
by Maln18
Help me with this C++ code
|
|
[6 replies] Last: the only issue i have with that code is if i enter a magic square nu... (by seeplus)
|
by lastchance
Help me fix my code.
|
|
[2 replies] Last: [quote=lastchance]For goodness' sake stop cross-posting. Well, the th... (by deleted account xyzzy)
|
by rv11265
C++ App error .dll not found
|
|
[6 replies] Last: strange. if you built it on 2 different computers, you can compare th... (by jonnin)
|
by gadi01
call derived member functions (1,2)
|
|
[38 replies] Last: This page has a fully worked cpp example. https://coin-or.github.io/I... (by TheIdeasMan)
|
by shader
Kth stack permutation
|
|
[1 reply] : A guess: https://www.researchgate.net/publication/220432014_A_Note_on_... (by keskiverto)
|
by Denvor
Linked list with templates
|
|
[3 replies] Last: You'll find things easier when you come to code the list if you have: ... (by seeplus)
|
by Qsh222
Find the first n prime numbers using the sieve of erathostenes
|
|
[2 replies] Last: Use the prime number theorem to generate an upper bound on the nth pri... (by JLBorges)
|
by tyeager
Why am I getting inf for my output?
|
|
[5 replies] Last: Perhaps: #include <iostream> #include <cmath> using namespace std; ... (by seeplus)
|
by Qsh222
GCD of n numbers
|
|
[5 replies] Last: Nothing wrong with your solution. Points off for: Dinking with std::c... (by Duthomhas)
|
by foxmarine
Word Count
|
|
[17 replies] Last: You got a problem with the venerable "goes to" operator? (by Duthomhas)
|
by Armanc
How to find all possible placements in a stack with using recursive function
|
|
[3 replies] Last: it is perfectly *safe* to add () to RPN with a dumb algorithm that put... (by jonnin)
|
by Zaneemma
Finding discount
|
|
[3 replies] Last: int is for integers 90 is an integer literal operations between in... (by ne555)
|
by seeplus
Anyone can help me fix my code?
|
|
[no replies]
|
by poweruserm
Compatible C++ libraries Questions.
|
|
[9 replies] Last: I am trying to assemble a native C++ library set where types immediat... (by helios)
|
by Cplusc
how to find common elements between different matrices
|
|
[4 replies] Last: what is a point, in the above? matrix 1,2,3 all ? I think you need a... (by jonnin)
|
by tanner19
C++ Programming Code This
|
|
[5 replies] Last: Something like this: #include <iostream> #include <string> #include... (by seeplus)
|
by volang
winsock getaddrinfo
|
|
[2 replies] Last: thanks man! freeaddrinfo() <--- (by volang)
|
I am getting an error for no reason |
|
[4 replies] Last: The Word::getWord() declared in Word.h is const, but the one defined i... (by helios)
|
by cbriggs25
Help with a C++ Project
|
|
[1 reply] : You've made a start, that;s good. You need to ask for the number of p... (by kbw)
|