by vlad61
Header files
|
|
[2 replies] Last: Sorry for the long reply forgot to subscribe. ---H... (by vlad61)
|
by hallux2003
error 2065, error 2228 C++
|
|
[12 replies] Last: String1 & String1::operator =(String1 & sIn) { return *this ... (by sohguanh)
|
by trouty323
Value returning 5.0000, not include decimal
|
|
[2 replies] Last: Thanks. Your post made me think of something we did in class. The way ... (by trouty323)
|
by James5955
Function does not take 0 arguments
|
|
[5 replies] Last: Makes sense, anyways it works now: float problem2a() { float ... (by James5955)
|
by AlphaBravo
Curious about matrices and arrays.
|
|
[3 replies] Last: Right gotcha. No magic then... (by AlphaBravo)
|
by wagnerpj
Linker Error Reading From File
|
|
[2 replies] Last: I used the standard development environment in DEV C++. All the sourc... (by wagnerpj)
|
deleting an elements |
|
[4 replies] Last: ahaa...thanks alot ... (by sitikhadijahalistud)
|
by Rawkhawk
Big 0
|
|
[4 replies] Last: soooo.....>_< 2n -1 for both the outer and inner loops. seems like it ... (by Rawkhawk)
|
by Bri426
Character input
|
|
[3 replies] Last: Nevermind, it was a mistake on my end...that part works now (by Bri426)
|
by sterls77
Sorting program using only while statements
|
|
[1 reply] : Create "temporary" variable to hold one of the values so you can sort ... (by Dukaim)
|
by Stza
N00B Questions.
|
|
[2 replies] Last: Thanks!. I'll start reading over that now. (by Stza)
|
by Draahl
Learning C++
|
|
[2 replies] Last: Thanks alot for the reply, i will do as you suggest. Will train for th... (by Draahl)
|
by booker
C++ question
|
|
[7 replies] Last: You have several options: 1) Just use variable+1 if you don't actua... (by firedraco)
|
by GaryJJ
absolutely noob question
|
|
[7 replies] Last: isn't that a compiler output you was asking (by GaryJJ)
|
by jwxie518
return (very simple quetstion)
|
|
[1 reply] : That's more or less right. If you hit a return in your program and the... (by Albatross)
|
by Skinwah
Strings and Char
|
|
[6 replies] Last: The String library has some great functions for checking validity of i... (by Ritter688)
|
by liyarax
File IO with std::string
|
|
[2 replies] Last: wow, I haven't seen .c_str() before, thats helpful. I'll remember that... (by liyarax)
|
by over the top
probelm with csv
|
|
[2 replies] Last: You need to put a comma in between? (by Pax)
|
by tonnot
Problem of visibility in static access to a methods
|
|
[1 reply] : I think that the problem is to write Win::Windows:: into the body of t... (by tonnot)
|
by Eyecon
pancakes exercise problem :P
|
|
[1 reply] : Here's your sorting for loop: int order ; int i,j,m; for (i=0;... (by hamsterman)
|