Assistance with homework prob (pseudocode) |
|
[9 replies] Last: (A Human Resources Department wants a report that shows its employees... (by Zaita)
|
by Jello715
Where can I use C++?
|
|
[9 replies] Last: The console window will disappear immediately once the application ter... (by Duthomhas)
|
functions |
|
[1 reply] : The simple answer is that the compiler will flag it as an error. Ho... (by Faldrax)
|
by arathalion
polymorphism
|
|
[10 replies] Last: lol. so i deleted the virtual void setDisc(); virtua... (by arathalion)
|
by jmc
String for fscanf
|
|
[3 replies] Last: Width isn't even necessary, because there are never more than 8 bytes... (by Duthomhas)
|
by NemoStein
Concatenate a string with an int.
|
|
[7 replies] Last: Many many thanks, Duoas and Aakanaar. Now works perfectly... p... (by NemoStein)
|
by LacViet
Noob question: How do this work?
|
|
[3 replies] Last: Arrgs...I hate pointer. So confusing. Thx guys. (by LacViet)
|
by kwesi
Numerical Computation/Need for interpolation subroutine(akima spline)
|
|
[4 replies] Last: http://www.cplusplus.com/forum/articles/1295/ Nuff Said. (by Zaita)
|
by airforce1j
Read from a text file and input string somewhere in between [FINISHED - THX]
|
|
[4 replies] Last: For some odd reason my 'Person_Info.txt' file is not 'good' =S Belo... (by airforce1j)
|
by xstabless
Dividing Variables
|
|
[11 replies] Last: It might depend on the system, but using alt-codes above 255 doesn't w... (by helios)
|
by michealj
char combining
|
|
[4 replies] Last: You can use multiple +'s with string, see http://www.cplusplus.com/ref... (by Faldrax)
|
by ccsdude
Program acting weird...
|
|
[5 replies] Last: The comma operator is a legal way of putting multiple expressions in t... (by Faldrax)
|
by hamsterman
problem with including
|
|
[4 replies] Last: when I comment ofstream stuf program works well but its enough to #inc... (by hamsterman)
|
by crazygirl
population counter problem
|
|
[2 replies] Last: Hi, there are a coupel of things that need fixing, from what I can tel... (by Faldrax)
|
by mikeb570
How do I do this? (1,2)
|
|
[26 replies] Last: Lol, I appreciate the help, you don't need to show me how to do the **... (by mikeb570)
|
by renzokuzen
Compare
|
|
[11 replies] Last: I used the Karnaugh's map very much for my electronic engineering clas... (by Mitsakos)
|
by mikeb570
.h vs. .hpp?
|
|
[1 reply] : No difference other than personal preference or convention, depending ... (by helios)
|
by kwesi
GSL linking error using Dev-C++ 5
|
|
[6 replies] Last: Yah, its a statement but the word projects got me thinking in the abov... (by kwesi)
|
by postpost
loop problem with treadmill
|
|
[6 replies] Last: thanks is finally works now i can begging expanding it from my family (by postpost)
|
by hamsterman
output to cmd
|
|
[2 replies] Last: You can redirect the standard output to a file :) That's probably the ... (by Zaita)
|