by johnt447
Row operations on a matrix
|
|
[1 reply] : You should use vector of vector because it is dynamic and you can incr... (by screw)
|
by Blessman11
what is a container class?
|
|
[5 replies] Last: how could I initialise one (by Blessman11)
|
by Mr and Mrs D
ternary operator question
|
|
[2 replies] Last: Thanks :) (by Mr and Mrs D)
|
by firix
illegal reference to non-static member
|
|
[9 replies] Last: thanks Bazzy (by firix)
|
by firix
Compile with CLR
|
|
[5 replies] Last: I could not (by firix)
|
by wtf
Are there anything like code translators?
|
|
[3 replies] Last: Thats what I'm using the translator for, because I don't know it. Wro... (by Bazzy)
|
by johnny157
problem with program that takes in lines of text
|
|
[8 replies] Last: I found the answer for my problem finally. It's very similar to your c... (by johnny157)
|
by Eyecon
Invert AZ program
|
|
[8 replies] Last: @filipe: I know, but the purpose of this forum is to not post direct ... (by Kyon)
|
by psvialli
Check for Lower and UPPER case
|
|
[1 reply] : I hope you realize this is a C/C++ forum. If you want help with script... (by Zhuge)
|
by novice22
cin save line to variable without extracting
|
|
[1 reply] : I don't think there is a way, but really, you don't need that. How ab... (by hamsterman)
|
by br0k3nfr4m3s
vector of vectors and 2d arrays
|
|
[no replies]
|
by mwmnj
Data validation Loop problem!
|
|
[2 replies] Last: Yes! thank you so much! (by mwmnj)
|
by im abcd
identities ? ?
|
|
[3 replies] Last: hmmm so does that mean its pretty hard to make a program can you ma... (by im abcd)
|
by Bradmonk
Should I just jump straight in to C++? (1,2)
|
|
[39 replies] Last: If it weren't for my own bad experiences using c++ I'd say that I'm to... (by wtf)
|
by johnny157
command line calculator
|
|
[2 replies] Last: Thanks that works perfectly, I hate how it always ends up being one of... (by johnny157)
|
by smquarterman
problem with array -
|
|
[2 replies] Last: in the code, you are not checking the character array limits. The use... (by vvadan)
|
by pnsmcgraw
Function Program
|
|
[3 replies] Last: change the InitializeArrayAsc to void InitializeArrayAsc(int arr... (by vvadan)
|
by keewong
using a double in a for loop
|
|
[6 replies] Last: great stuff guys, you all are soldiers, thanks so much.. I think this ... (by keewong)
|
by wreidan
function problem
|
|
[4 replies] Last: change the function void input(int selection) to void input(int & sele... (by vvadan)
|
by toks
strcpy function
|
|
[2 replies] Last: Thank you very much JSMITH . (by toks)
|