by hosein123
sort
|
|
[no replies]
|
by da11as
String Palindrome with stack and queue
|
|
[2 replies] Last: getline(std::cin, the_string); int i = 0; while (i < the_string.le... (by writetonsharma)
|
by JacobA5
Help Altering This to Fit Classes
|
|
[1 reply] : you looks to be doing fine. I am not able to understand the problem. C... (by writetonsharma)
|
by Bubbly Pink
create a vector
|
|
[2 replies] Last: @Bubbly Pink - you should always keep code inside code tags if you wan... (by writetonsharma)
|
by Anmol444
Why cant dynamically allocated variables can’t be defined at compile time?
|
|
[2 replies] Last: Lets say, you have to go from one city to another but you don't know h... (by writetonsharma)
|
by tdk93
access violation segmentation fault
|
|
[2 replies] Last: You have never allocated memory to suit array. Fix: suit = new char... (by MiiNiPaa)
|
by Jose94ji
Example of a bottom up design.
|
|
[1 reply] : It is design pattern, nor code pattern. Two programs, one of which... (by MiiNiPaa)
|
by Kangus
how do I read in a file and output that is different from the input?
|
|
[2 replies] Last: Can anyone help me get started? I don't know what to do. Nobody kno... (by cire)
|
by Pebble
Consts - Top level, Low level
|
|
[9 replies] Last: int m = 23 ; int* const p1 = &m ; // p1 is immutable, p1 is a top-l... (by JLBorges)
|
by shuhei69
guessing game with points.
|
|
[no replies]
|
by MicroVerse
Grid libraries?
|
|
[2 replies] Last: Dividing a window into a grid is not too complicated. You know the wi... (by Lowest0ne)
|
by jwest2468
i cannot figure out how to increase of items sold
|
|
[2 replies] Last: Thank appreciate it for the help it working now and thanks for the art... (by jwest2468)
|
by mznorani
Triple DES decryption
|
|
[no replies]
|
Finding Area of Circle Without Pi |
|
[8 replies] Last: Um, oh rectangles, woops, but mine works though (by greenleaf800073)
|
by SmOgER
ambiguous overload for ‘operator>>’ in ‘std::cin >>
|
|
[3 replies] Last: Its storing the result for later use in a variable. Otherwise the resu... (by closed account 3qX21hU5)
|
by Josh Henry
ini file output?
|
|
[2 replies] Last: so theres nothing wrong with the code? (by Josh Henry)
|
What's wrong?(Tic Tac Toe exercise) |
|
[7 replies] Last: There are two separate concepts 1. assign a particular value to the va... (by Chervil)
|
by CppCoder101
C++ area calculator problem! [OS X 10.8.3] [Code::Blocks]
|
|
[no replies]
|
by bboy212
Help with a calculator program.
|
|
[no replies]
|
by FaffyWaffle
Function calling problem
|
|
[5 replies] Last: I thought the intention of the function BoxDimensions was to calcula... (by Chervil)
|