Beginners - April 2009 (Page 28)

Should I just keep reading?
 
Hello I new to the C++ language and I'm teaching myself with the book C++ primer plus (5th edition). So my question is: There are some things that I do not ful...
[6 replies] Last: Usually explanations have examples. Putting into practice those examp... (by Bazzy)
C++ codes to hide/close background command processor window.
 
C++ codes to hide/close background command processor window. This is a piece of ready-made source codes in C++ which outputs a standard windows message box...
[1 reply] : you must have created a windows console application. create a win32 a... (by writetonsharma)
Backspace not working
 
Hey guys. I'm trying to take a login program to the next level but by making the keys *'s. Heres the code. #include <iostream> #include <string> #include ...
[4 replies] Last: Ah, you would have to use string::erase(). Just search, it's pretty s... (by firedraco)
Accessing files within a folder
 
I am writing a program that will have .dat files within a folder. The user will input the folder, and there should be a few .dat files within. How do I open up ...
[no replies]
by mezz89
How to make the number typed in keyboard to be displayed as "******" ?
 
Excuse me,may I ask one thing.. How to make the numbers that I type in the keyboard to be displayed as *****? Just like we usually enter a password,and it appea...
[5 replies] Last: This is my assignment... Got any algebra you need done while we'r... (by CoDeReBeL)
username and password
 
this is my code; am a beginner, i want the is program to ask for username (raymond)and password (1234), which has bin done. but i want the instance were if the ...
[5 replies] Last: I personally think it would be better to make it where you put in the ... (by Vorbis5)
cin.getline() and gets()
 
What is difference between cin.getline() and gets() wrt their functionality??
[10 replies] Last: Dear teacher is teacher If u think that gets() should not use than u ... (by gmghulamabbas)
LOOPS ARE DRIVING ME CRAZY
 
okay , i have an exam tommorow and ineed a crash course on loops, can someone post some helpful links or some good info?, thanks alot
[3 replies] Last: Dear According to me This site is the best one for C++ b/c this site ... (by gmghulamabbas)
Do anyone know where is a C++ Templates
 
Do anyone know where is a C++ Templates to Download? Thanks Carlos
[4 replies] Last: No but it's ok got it thanks ;) is actually Sourcecode ;) not Template... (by Carlos2)
April 2009 Pages: 1... 262728
  Archived months: [mar2009] [may2009]

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