Beginners - March 2009 (Page 29)

by sweni
howto: test.exe -command
 
Hello! Sorry if the title dosen't explain what i mean. But how do I make a program that i can run li...
[1 reply] : use these arguments for main int main (int argc, char** argv) a... (by Bazzy)
what's the problem of my program?
 
#include <iostream> #include <conio.h> #include <windows.h> #include <string.h> using std:: ...
[3 replies] Last: i have already solve..thank a lot... our case study about personal inc... (by kayem01)
by jt2007
what is it \n
 
My beginer C++ programming book just started adding this to the sample programs with out an explai...
[4 replies] Last: Sad but true. Glad everyone is willing to help out on this forum. Th... (by jt2007)
Whitespace in Character Arrays
 
Hi. I'm trying to write a program that will read a list of numbers from a file into character array...
[1 reply] : I haven't recently done any file input, but you should be able to read... (by rossipoo)
Question about Loops
 
#include <iostream> #include <string> using namespace std; int main() { string fname; s...
[10 replies] Last: Seems to be working....already having another challenge, heh (by GunnDawg09)
by Maevik
Class Not Recognizing <iostream>
 
Hi, I'm a begginer programmer and am writing a practice program to play around with classes and head...
[2 replies] Last: >< I can't believe I missed that. Also, I think linked the wrong code... (by Maevik)
March 2009 Pages: 1... 272829
  Archived months: [feb2009] [apr2009]

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