by KennyV2
I made a cool calculator
|
|
[7 replies] Last: that is correct, the human has to mentally adjust the input. you get ... (by jonnin)
|
C++ Help Finding Occurrences of letter d |
|
[4 replies] Last: The only real difference is that I count all the words and those start... (by seeplus)
|
by KENnIG1591
c++ Temperature bar chart (1,2)
|
|
[32 replies] Last: For a vertical chart, perhaps: #include <iostream> #include <string... (by seeplus)
|
by denver2020
const member fn
|
|
[14 replies] Last: Of course. You have valid code when you don't try to make static membe... (by keskiverto)
|
by denver2020
virtual function performance (1,2)
|
|
[25 replies] Last: Your closing points seem fine, but I thought I'd add this to the inqui... (by Niccolo)
|
by denver2020
PURE VIRTUAL FN (1,2)
|
|
[31 replies] Last: [quote=denver2020]All I am trying to figure out here is that if its a ... (by MikeyBoy)
|
by prog2222
Sprcificator %02X
|
|
[3 replies] Last: See my edited post above. (by seeplus)
|
by jabeh
C++ Coding that create a function that open the contact file using struct, pointers, array, and classes
|
|
[6 replies] Last: Very similar to this post here http://www.cplusplus.com/forum/beginner... (by seeplus)
|
I have a member function of class SparceMatrixStruct which should return a vector. |
|
[1 reply] : > col_ind=object.col_ind_; 1. Make your member variables private, so y... (by salem c)
|
by prog2222
A5 / 2
|
|
[1 reply] : https://cryptome.org/gsm-a512.htm It doesn't appear to have an auspic... (by lastchance)
|
by mzimmers
best way to define/declare global data
|
|
[2 replies] Last: That is what a header file is for: globals.hpp #ifndef GLOBALS_HPP ... (by Duthomhas)
|
by TinnyMintz
Can someone explain how the output is what it is?
|
|
[3 replies] Last: Add print statements and you will see it. #include<iostream> using... (by jonnin)
|
by TinnyMintz
How do you come to the output?
|
|
[1 reply] : It gets the prime numbers between 5 and 20 and sequentially prepends t... (by helios)
|
New to C++ could use some help |
|
[3 replies] Last: thank you for the link on how to use code tags, sorry about not using ... (by closed account iN72160M)
|
Question about linked lists |
|
[3 replies] Last: I got nothing on how that could be happening. (by jonnin)
|
help with cin lines in switch statement |
|
[13 replies] Last: @seeplus Thank you so much! I see what I was missing. Your help is ve... (by closed account 9G8M4G1T)
|
by Denvor
how do i get my program to run?
|
|
[10 replies] Last: @Denvor Please do NOT delete your question after getting your answer. ... (by MikeyBoy)
|
by Qsh222
C++: Find the XOR of a closed interval of the array
|
|
[1 reply] : #include <iostream> using namespace std; int main() { int n, m; ... (by lastchance)
|
by zer0Cool
Every 11 years, add certain amount
|
|
[4 replies] Last: fucking life saver. Thanks a lot. (by zer0Cool)
|
by Qsh222
How to calculate XOR on a given interval of numbers
|
|
[4 replies] Last: OP probably meant "sequence", not "interval". (by helios)
|