Beginners - August 2008 (Page 11)

Assistance with homework prob (pseudocode)
 
Ok.. brief recap for ya, I'm new, I enjoy programming so far.. I like to learn and I recently starte...
[9 replies] Last: (A Human Resources Department wants a report that shows its employees... (by Zaita)
Where can I use C++?
 
Hi, I just discovered C++ today! Um..does anyone know what programs I can use C++ in, that has an ou...
[9 replies] Last: The console window will disappear immediately once the application ter... (by Duthomhas)
functions
 
What happens when a function is called with only one parameter but it is decleared such as it shud b...
[1 reply] : The simple answer is that the compiler will flag it as an error. Ho... (by Faldrax)
polymorphism
 
Am I able to do this at all? #include <cstring> class thing{ public: thing(); virtual ~t...
[10 replies] Last: lol. so i deleted the virtual void setDisc(); virtua... (by arathalion)
by jmc
String for fscanf
 
I try to read a file with the following pattern: "a,b,c,d,e,f\n" "a,b,c,d,e,f\n" ... a = 0-8 c...
[3 replies] Last: Width isn't even necessary, because there are never more than 8 bytes... (by Duthomhas)
Concatenate a string with an int.
 
Hello people, I'm having trouble trying to concat a string with an int type. I want to put the valu...
[7 replies] Last: Many many thanks, Duoas and Aakanaar. Now works perfectly... p... (by NemoStein)
Noob question: How do this work?
 
Refering to article: You want to build a program but where to start?// http://www.cplusplus.com/fo...
[3 replies] Last: Arrgs...I hate pointer. So confusing. Thx guys. (by LacViet)
by kwesi
Numerical Computation/Need for interpolation subroutine(akima spline)
 
Hi Every One, I am working on an assignment that needs to be submitted on 08-08-2008. The IDE in us...
[4 replies] Last: http://www.cplusplus.com/forum/articles/1295/ Nuff Said. (by Zaita)
Read from a text file and input string somewhere in between [FINISHED - THX]
 
Hello, I am trying to read a text file using 'fstream' and writing to it at the same time. - My ...
[4 replies] Last: For some odd reason my 'Person_Info.txt' file is not 'good' =S Belo... (by airforce1j)
Dividing Variables
 
Hello I'm fairly new to this site and I've just completed my first program,got it working to a point...
[11 replies] Last: It might depend on the system, but using alt-codes above 255 doesn't w... (by helios)
char combining
 
I am wanting to combine two variables that are used seperate. I know I will need both as seperate, b...
[4 replies] Last: You can use multiple +'s with string, see http://www.cplusplus.com/ref... (by Faldrax)
Program acting weird...
 
Hello I am new to C++ and I have been experimenting and one program I wrote acts weird... Let me po...
[5 replies] Last: The comma operator is a legal way of putting multiple expressions in t... (by Faldrax)
problem with including
 
Hi Im making output with files. //... //lots unrelated code in both sides #include <fstre...
[4 replies] Last: when I comment ofstream stuf program works well but its enough to #inc... (by hamsterman)
population counter problem
 
i have been interested in the game spore thats coming out soon and, i wanted to make my own text ba...
[2 replies] Last: Hi, there are a coupel of things that need fixing, from what I can tel... (by Faldrax)
How do I do this? (1,2)
 
Ok, so I made a header file that contains a class that I wrote. In order for it to work, it must hav...
[26 replies] Last: Lol, I appreciate the help, you don't need to show me how to do the **... (by mikeb570)
Compare
 
Well, i would like to make a program which asks the user to enter four number and i will then displa...
[11 replies] Last: I used the Karnaugh's map very much for my electronic engineering clas... (by Mitsakos)
.h vs. .hpp?
 
What is the difference? When I hover over a .h file it says "C Header File". I'm just curious what t...
[1 reply] : No difference other than personal preference or convention, depending ... (by helios)
by kwesi
GSL linking error using Dev-C++ 5
 
Hi Every One, I would like to use the GSL library in an assignment. Using Dev C++ 4.9.9.2 as an I...
[6 replies] Last: Yah, its a statement but the word projects got me thinking in the abov... (by kwesi)
loop problem with treadmill
 
i was trying to make a simple treadmill calculation for myself by seeing how much a person could bur...
[6 replies] Last: thanks is finally works now i can begging expanding it from my family (by postpost)
output to cmd
 
hi Im making a windows program and it would be great to have simple output (with iostream) so i was...
[2 replies] Last: You can redirect the standard output to a file :) That's probably the ... (by Zaita)
August 2008 Pages: 1... 91011121314
  Archived months: [jul2008] [sep2008]

This is an archived page. To post a new message, go to the current page.