by khrusty
Help to find if massive is symmetrical
|
|
[10 replies] Last: i need to use fstream, read numbers from file, im not using array, wel... (by khrusty)
|
by mvavrock
First Card Shuffling Program
|
|
[1 reply] : Here is the main Program code right now. #include "stdafx.h" #includ... (by mvavrock)
|
by mohammed1112
remove _ from input file
|
|
[5 replies] Last: ooooooooooooh know i remeber what should i do hhhhh i forget to put c... (by mohammed1112)
|
by chris1111678
Problem with if statement
|
|
[2 replies] Last: Should not these two be the same? cin >> answer; if (response == "yes... (by admkrk)
|
by BB2921
Array Sorting?
|
|
[5 replies] Last: nice. A nearly perfect example of: http://en.wikipedia.org/wiki/Selec... (by Esslercuffi)
|
by reastwood
Nested Loop Perfromance
|
|
[2 replies] Last: If you sort the vector first then the items that are less on the ones ... (by dhayden)
|
by Hp of Legend
Closed
|
|
[1 reply] : You haven't defined any constructors that take an argument. Lines 59-6... (by booradley60)
|
by alex067
Generating random numbers
|
|
[3 replies] Last: You misunderstand. Your 'FindMaxMin()' function is trying to display t... (by Duthomhas)
|
by dgriffin66
Would like clarification please
|
|
[5 replies] Last: Thanks to all - I think I will be going back to VS2013 (by dgriffin66)
|
by dgriffin66
Not sure what I am doing
|
|
[no replies]
|
by Alouette
Leftist heap merging is VERY slow
|
|
[no replies]
|
by anely
Tricky One For Me may be simple to others
|
|
[5 replies] Last: Tried that one it does not work might need to do a do while loop but t... (by anely)
|
by Ch1156
Best book to learn the C++ STL?
|
|
[3 replies] Last: http://www.cprogramming.com/c++book/?inl=sb (by Skai182)
|
by shadowsxfall
Having trouble getting started
|
|
[1 reply] : Why not start with the very first bit: For a number N input by the u... (by MikeyBoy)
|
by leashbomb69
switch statements, doesn't execute and goes straight to default =[
|
|
[3 replies] Last: @computergeek01 thank you so so so so so so so so so so so much! ;D (by leashbomb69)
|
by tajaros
C++ Prime numbers
|
|
[3 replies] Last: #include <iostream> using namespace std; bool isPrime(int); int ma... (by shadowCODE)
|
by drax
vector iteration
|
|
[no replies]
|
by deathslice
Can I combine a string array and a double array into a 2D array?
|
|
[3 replies] Last: Cool, thanks for the reply. (by deathslice)
|
Library Database management system |
|
[2 replies] Last: I can't put the program here because of the character limit. But this ... (by omkarborkar95)
|
I/O GPA Calculator -- Not Storing All of File |
|
[4 replies] Last: Please! Anyone? Could you help me with what I have here? I am still s... (by supernoobjake)
|