by tmassey28
Whats wrong with this?
|
|
[2 replies] Last: Thank you very much I had used the AND operator where it was supposed ... (by tmassey28)
|
by Pennywise321
Problem with begginer program. Problem on C++ for Dummies page 64.
|
|
[1 reply] : What are the errors you are getting? The only thing I can see is your... (by firedraco)
|
by dravetodd
Palindrome in a function
|
|
[1 reply] : If it won't compile, at least tell us what errors the compiler is givi... (by Zhuge)
|
by lukecovack
c++ to c#
|
|
[no replies]
|
by Nave1695
If else statement problem
|
|
[2 replies] Last: [co de] Code tags (your code goes here) [/co de] Everything that ... (by ne555)
|
repetition statemens |
|
[4 replies] Last: try if(i%10 == 0)cout << endl; within the while loop. (by closed account D80DSL3A)
|
by hit45
visual C++ 2010 express? Anyone have experience with this program? (1,2)
|
|
[20 replies] Last: Nope, just joined there forums etc. and checking out their site. Thank... (by hit45)
|
by potpot
Average of all the elements in two dimensional array
|
|
[4 replies] Last: Thanks! so I did that then called it. let's say the name of the functi... (by potpot)
|
by Saty1500
The guessing game
|
|
[1 reply] : you mean 'num'? see http://www.cplusplus.com/reference/clibrary/cstdl... (by hamsterman)
|
by macromicah
fstream question
|
|
[5 replies] Last: class rafile { fstream files; public: rafile() : files("den... (by hamsterman)
|
by LittleQuick
Login, logout time check.
|
|
[2 replies] Last: From what I can tell you're doing (for future reference we prefer as m... (by Computergeek01)
|
by firix
"Vec4 as a vector of four floats"
|
|
[6 replies] Last: @obice typedef is a keyword in the C and C++ programming languages... (by firix)
|
by odyracer18
problem with array into function
|
|
[2 replies] Last: Thank you..it seems to work now(it doesn't crash but it shows "rubish"... (by odyracer18)
|
by jaycee09
Expression cannot be evaluated error....very strange!
|
|
[2 replies] Last: Hi Shredded, Thanks! It worked :) I tried allocating memory usi... (by jaycee09)
|
by wasabi
Incrementing many times within a function call
|
|
[4 replies] Last: Adding an integer is quite obvious and brilliant. Thanks. (by wasabi)
|
by wagnerpj
Processing Array Data
|
|
[3 replies] Last: That algorithm is not what the OP requested. It won't work properly fo... (by filipe)
|
by firix
argument to the constructor Vector::Vector(int)
|
|
[6 replies] Last: struct floatt{ float f ; }; Is it that correct ? clas... (by firix)
|
by duff18
Graphic with Grace
|
|
[2 replies] Last: I would send those data in a file and then make a graphic with this fi... (by duff18)
|
by tmassey28
Mysterious 0 and If/Else question
|
|
[4 replies] Last: I had a feeling it was a silly little mistake, well Ive been studying ... (by tmassey28)
|
by cornfriterz
Recursive Functions
|
|
[2 replies] Last: You could also change the data type of the function to return an integ... (by SteveO)
|