by LostProject
Cin one character at a time
|
|
[5 replies] Last: @LostProject To put the inputs all on one line, try looking here for a... (by whitenite1)
|
by hfo4
Debugging Z is not initialized
|
|
[5 replies] Last: I have made the changes you suggested and now have made it through the... (by hfo4)
|
by shamas21
c== cli array
|
|
[3 replies] Last: Hi Guys Thanks for your replies. I managed to fix it just now befor... (by shamas21)
|
by parconator
Help with date validation.
|
|
[no replies]
|
by VladTeppi
For loop troubles
|
|
[1 reply] : for(int i=0; i < maxWidth; i++) can you try it without the = in thi... (by ThangDo)
|
by virus ha3
this program not work
|
|
[2 replies] Last: Why declare double double fri=0 , num=1 , last=0 ; when you are loo... (by ThangDo)
|
by needtopass
how to make this into a function
|
|
[1 reply] : #include <iostream> #include <cstdlib> using namespace std; void C... (by ThangDo)
|
by hentaiw
Delete dynamic multi-dimensional array
|
|
[9 replies] Last: const void TwoD::setEntry(int theRow,int theCol) { double value; co... (by hentaiw)
|
by dontmention
help!!!
|
|
[3 replies] Last: http://www.cplusplus.com/articles/DjGEy60M/h (by Pyrius)
|
by lirik
First test tomorrow! some help questions!
|
|
[9 replies] Last: Well, as Knuth once said: programs are meant to be read by humans, and... (by helios)
|
by Claymz
pointer problem with vector
|
|
[8 replies] Last: about signed/unsigned types, i meant like so: signed i or unsigned i. ... (by Claymz)
|
by SrWalterR
Unsigned Char
|
|
[3 replies] Last: [quote=SrWalterR]So if I understand, you are suggesting I need to chan... (by closed account zb0S216C)
|
by RICEFREAK
How to add two integer array
|
|
[4 replies] Last: Then you'll have to pass the length of both arrays to the function. Al... (by closed account zb0S216C)
|
by a142763
Is it possible
|
|
[5 replies] Last: @sohguanh - no problem! Yes I do clinical data processing using a lang... (by a142763)
|
by lrockm
Struct Question
|
|
[1 reply] : The declartion you proveded is an abreviated form of: struct database... (by kbw)
|
by plang007
C++ Word Program Help!
|
|
[no replies]
|
by f1ddl3r
arrays
|
|
[11 replies] Last: no problemo! i saw what you were doing so i never read the code and th... (by f1ddl3r)
|
by johnhuge
list
|
|
[12 replies] Last: Then you just have to code your own sorting algorithm. There are so ma... (by sohguanh)
|
by RoboScorpion
Assignment hlep regarding while loop and a a bell curve
|
|
[no replies]
|
by zero7741
Code only partially does what it's supposed to
|
|
[2 replies] Last: made it easier to read (by zero7741)
|