Beginners - December 2011 (Page 16)

operator >>??
 
Hi everyone? I am working on an struct inventory, I have a function: // I have a vector be...
[2 replies] Last: cout is not an ofstream, it's ostream. 'f' for 'file'. If you fix that... (by hamsterman)
Finding Unicode character map for a given encoding
 
Hi! Say I need to extract all the Unicode code points from a random encoding, like for example OEM ...
[no replies]
by viser
some one who can know this in programing c++
 
Create a program in c++ that calculate the prelim grade of an student... This the sample Output...
[11 replies] Last: [co de] "Please use code tags" [/co de] ¿How is the output incorr... (by ne555)
template question
 
I am attempting to write template matrix classes just for practice. I had a question regarding the d...
[7 replies] Last: matrix<int, 4, 2> m1; matrix<int, 5, 4> m2; m1 and m2 are of differen... (by ne555)
Function Call question.
 
I was reading Linux socket programing and came across something I have not yet see. strncpy(ad...
[4 replies] Last: Thank you very much, just need to have to kicked into my head. Vinson... (by vrnichol)
by Maiels
What error is this??
 
Hello everyone! I am a beginner in C++. I am doing a very simple program.As simple it could be i get...
[3 replies] Last: yep.It works now,Thank you (by Maiels)
Help please!
 
CLR console application What does this code do? Void 0; I deleted it, then debugged my pr...
[no replies]
by izam88
menu return problem
 
haii..straight to the point..im using Quincy 2005 and DevC++ as my compiler...i want to implement el...
[9 replies] Last: i already change the code...but the output not as i expected to be...i... (by izam88)
Standing Tables program
 
Hi all I was making a standings table program that takes in the results of games between 20 teams a...
[no replies]
Palindrome Array checker + Functions
 
I've been trying to solve this question, but I can't figure out why its not doing what its supposed ...
[3 replies] Last: Have a count in your function to count how many are equal. Then compar... (by novablows)
by BnB
What now?
 
I have learned all the basic c++ thing pretty much the whole tutorial on this site. I want to learn ...
[18 replies] Last: never said there wasn't (by Aramil of Elixia)
by PopEye
Need Help w/ Structures & Constant Values
 
Hello guys. I'm a need of some assistance. I finished my C++ book yesterday (yes!) and stuck 98% of ...
[7 replies] Last: @IceThatJaw Alright man. The book will ship in 3 days. Got if for che... (by PopEye)
by Kero
Help > displaying error message when character is insert but declared interger
 
Hi, i want to ask, how to display error message and fix the error by cin if user insert charater ...
[3 replies] Last: im very glad u guys would help me.. thank you very much Stewbond & Ice... (by Kero)
using realloc for 2D array
 
uhu ! ... another beginer here ! What I'm doing wrong ? Using this combination of c1, r1, c2, r2...
[2 replies] Last: yep, thank you for your help ! (by mikimaise)
location certain line in a file to then write over
 
I'm trying to have the user enter the information, then entering the bookname to go to that point in...
[6 replies] Last: Ok, so I took some time and browsed this site and I can show you 95% o... (by IceThatJaw)
vector game
 
i'm trying to make a game that has a 20X20 grid, it starts with an ant on 1 side, doodlebug on the o...
[1 reply] : Try this. I wrote it for a similar game. You may have to adjust it to ... (by IceThatJaw)
Exception handling in C++
 
Hey so I was just curious if exception handling was done in the same way as java. For example, I wan...
[4 replies] Last: A string will read anything but I believe an int will truncate a decim... (by IceThatJaw)
Game of life problems
 
I can not seem to get the out put the way my teachers wants it to be. #include <iostream> #incl...
[1 reply] : I'm confused on what the program does. (by Eman96)
loop isnt working, along with other switch case issues
 
when I try running them, if i go all the way through option one then hit zero, it goes to remove boo...
[1 reply] : other part of code that wouldnt fit that goes at the begining class... (by maharris)
Begineer - Needs Help - printing and formating issues..
 
" Purpose of Program: I am trying to sort the array of struct Customer Rec data by the .outstan...
[2 replies] Last: thank you for responding.. yes you were right i did have to move the d... (by computergi)
December 2011 Pages: 1... 1415161718... 47
  Archived months: [nov2011] [jan2012]

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