by Jovanovic
PostMessage
|
|
[1 reply] : Since no one is answering this I’ll give it a go. Frankly, though, y... (by Duthomhas)
|
by ashebynova
Nested Structures HELP
|
|
[1 reply] : The problem is a classic one of mixing cin >> and getline( cin, std::s... (by lastchance)
|
by Pearlings
(help) hwid checker from url
|
|
[1 reply] : When you say "from a pastebin", what exactly do you mean? Where is you... (by helios)
|
by ammar629
Siblings of a BST Node Algorithm?
|
|
[1 reply] : It's a lot like search. The function returns true when it finds the va... (by dhayden)
|
by bluesky11
How to access first character from string returned by a getter
|
|
[1 reply] : Most of that makes no sense. Linked lists should not use the generic ... (by keskiverto)
|
by yongsoo26
returning the first and last numbers in a file
|
|
[2 replies] Last: #include <string> #include <fstream> // Return the first number in t... (by JLBorges)
|
by hassanAman
Static library
|
|
[6 replies] Last: copy just the #includes and function protos in file.h to another file,... (by jonnin)
|
by nsolank1
Heap corruption detected
|
|
[4 replies] Last: > What object should be modified in this code? *this (by ne555)
|
by swanvalkyrie
Linked List - access 3rd node onwards
|
|
[14 replies] Last: just so you know, you can do it with the linked list. one way to do t... (by jonnin)
|
by vaderboi
Having trouble understanding unique constructor syntax
|
|
[5 replies] Last: Declaration of a variable: type name initializer Vector<double> fo... (by keskiverto)
|
by stav
What kind of smart pointer to return?
|
|
[1 reply] : [quote=slav]First of all i should probably return a pointer rather tha... (by Duthomhas)
|
by YeetParadox
BLACKJACK CODE
|
|
[1 reply] : It's too bad that the rank and suit are set to the string values. It w... (by dhayden)
|
by NPhillips
Lowest score drop assistance.
|
|
[5 replies] Last: Nice, sure, alas: We have not done arrays in this class yet So I sug... (by MikeStgt)
|
by krimsoh
Need Help with adding sum of multiple even numbers
|
|
[10 replies] Last: @MikeStgt: std::swap( a, b ); would show the intent more explicitly ... (by keskiverto)
|
by erkoss
help in c++ please
|
|
[5 replies] Last: thank you very very much for reply :D I will also look at the links y... (by erkoss)
|
if else number and letters? C++ |
|
[2 replies] Last: A variation: #include <iostream> #include <string> double getInput(c... (by deleted account xyzzy)
|
by UberUser
Why is an integer being handled as a boolean?
|
|
[2 replies] Last: Thank you :) I can see how it would parse it as you described, and uti... (by UberUser)
|
by adam2016
writing your own application layer protocol
|
|
[12 replies] Last: Look at the condition and increment parts of the loop: for ( int i = ... (by keskiverto)
|
by oyehoye6906
time limit exceeding
|
|
[6 replies] Last: Duthomhas, the OP messed up with cut & paste. The dimensions of the ar... (by dhayden)
|
float percentage (C++) |
|
[2 replies] Last: I would add 1 to all the taxes if you are going to use it to make tax.... (by jonnin)
|