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 like: test -command1 test -command2 things like that. And...
[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:: string; using namespace std; void tax(); main() {...
[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 explaination. Iv tried to understand what this is for \n but...
[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 arrays. The numbers in the file are arranged similar to this: ...
[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; string lname; string prefadd; int age; char agever; ...
[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 header files and such. When I get this working I want to try ad...
[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.