by Reiv63
Getting Scanf
|
|
[4 replies] Last: note: #include <conio.h> won't run on cpp.sh web site. (by closed account 1CfG1hU5)
|
by rigorigorigo
7 / 11 dice game. while loops and with points and stuff
|
|
[no replies]
|
by alex067
Output last name of first name
|
|
[10 replies] Last: another error: Debug assertion failed! program: c:\ file destination ... (by alex067)
|
by lightfizz
hourglass made out of "*" with an odd number inputs
|
|
[no replies]
|
by Culbrelai
Function not working correctly
|
|
[1 reply] : #include <iostream> #include <string> using namespace std; int Nu... (by Culbrelai)
|
by adam0421
How to open a file and verify its open.
|
|
[6 replies] Last: TC is on a Mac (despite the interesting directory layout), so I don't ... (by Zhuge)
|
by drk97
Cipher in C++
|
|
[4 replies] Last: do web search for idea cipher. idea.c and idea.h this is also inside... (by closed account 1CfG1hU5)
|
String and Array of Characters |
|
[4 replies] Last: This? template <class RandomAccessIterator, class RandomNumberGenerat... (by keskiverto)
|
by Jhub
someone explain encrypting keys?
|
|
[7 replies] Last: Its hard to do it without a specific pattern ._. I know there's anothe... (by LendraDwi)
|
by SS Android
Passing unknown Array to Function by reference
|
|
[2 replies] Last: (1) In the C language, arrays are by default passed by reference, so t... (by TheKingOfTyrants)
|
by karlos675
future value formula
|
|
[no replies]
|
by dark ninjuh
Odd functions
|
|
[1 reply] : Well, it actually isn't using it for inheritance. That is actually an ... (by Ispil)
|
by BC300
Error Message/Printing a single linked list backward
|
|
[no replies]
|
by JustMcCollum
Help with basic Carpet pricing program?
|
|
[10 replies] Last: In the beginning of your program you are asking the user to input the ... (by Mogwai82)
|
by CDavis
program to compare C to C++
|
|
[1 reply] : As a next step, try writing functions that indicate if the line is any... (by dhayden)
|
by spring2014
What is wrong with my code?
|
|
[no replies]
|
Are constructors only useful to call private members of a class? |
|
[2 replies] Last: Ok just making sure (by SomeAmazingGuy)
|
by MrBents
Having problems with my code
|
|
[3 replies] Last: Done: #include <iostream> #include <iomanip> using namespace std; ... (by MrBents)
|
by martin619
program has stopped working
|
|
[3 replies] Last: i <= ArrSent.size(); If your vector has size of, say, 2, you will t... (by MiiNiPaa)
|
by Dexterr
Need some "Proof-reading" to this code, help please :)
|
|
[1 reply] : 0) You are definin your array as containing 9 elements but generating ... (by MiiNiPaa)
|