by killer0341
//this series of if/else statements allows the //program to ignore leading zeros.
|
|
[1 reply] : Here's a way, ugly, but works. #include <iostream> using namespace s... (by Spikerocks101)
|
by Peetzaman
Pretty lost on defining operator[]
|
|
[1 reply] : // ... T& operator (int i) { return i<m_size ? m_... (by cire)
|
by ardnax14
cin.get()
|
|
[4 replies] Last: Give an example of what you would like counted for a more specific ans... (by Elidor)
|
by LB
std::bind to c-style function pointer
|
|
[13 replies] Last: @ computerquip: I said "C style" callbacks - where C++ functors are n... (by Disch)
|
by Sucho
Passing Dynamically Allocated array in function
|
|
[4 replies] Last: I tried using the first process you told, i.e using (int* a,int row,in... (by Sucho)
|
by PPAC13
Help please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
[5 replies] Last: Thou I don't know exactly if this will fix it, but worth a try, I gues... (by Spikerocks101)
|
by becruex
Problem with while statement
|
|
[2 replies] Last: You can see what minor changes I've made and the print out. #include... (by buffbill)
|
by CuriousK
cin has muliple inputs
|
|
[1 reply] : If you don't need to read them, then don't read them. (by ne555)
|
by tinywee
help! linked list with 2 classes
|
|
[2 replies] Last: anyone? (by tinywee)
|
by Aerion4
access data outside a function
|
|
[9 replies] Last: Just declare and initialize each outside of the function where they ar... (by buffbill)
|
Need a Perfect Square Factorer |
|
[no replies]
|
by sikuneh
Turn based game turn order
|
|
[2 replies] Last: I couldn't figure out how to put them all in an array. There's a playe... (by sikuneh)
|
by cPlusN00b
check pointer to class object for null value
|
|
[4 replies] Last: Ah so Thanks guy, is all good now. Much appreciated. Not sure why I di... (by cPlusN00b)
|
by DANNY123
the problem with the pascal triangle
|
|
[3 replies] Last: thanks, I got it. (by DANNY123)
|
Where is DirectX SDK installed by default? |
|
[4 replies] Last: The Windows SDK for Windows 8 is the version of the SDK which supports... (by andywestken)
|
by laiwilliam
Program to display AM/PM with Current Time
|
|
[1 reply] : http://cplusplus.com/reference/ctime/strftime/ look at the example (by tntxtnt)
|
by kiste5
Project help
|
|
[5 replies] Last: delete line 8, 19 and change data in line 21, 23, 25, 27 to relayer a... (by tntxtnt)
|
by ckw77
Lotto Simulation Problem
|
|
[15 replies] Last: Uhhhh ok, Previous code to fix = ADDED FUNKY COLORS! #include "conc... (by greenleaf800073)
|
by asda333
need help with opencv
|
|
[14 replies] Last: I have contacted the forums and still no response. So i am not using ... (by asda333)
|
by cob
Loop in a Text-Based RPG
|
|
[1 reply] : I just skimmed your problem and don't really have a direct answer to y... (by Disch)
|