Beginners - March 2012 (Page 60)

by lare26
list.push_back() problem
 
I am trying to create a list of rooms to add an location number. But i am getting errors. Why am i g...
[7 replies] Last: ¿Are you just smashing the keyboard? int main() { list<Room> room... (by ne555)
Help with reading from a file
 
I need to read the values from this file and save only the numerical ones in a new file. How can I s...
[2 replies] Last: Thank you very much for the reply. I have written this code but I dont... (by Candy1986)
unhandled exception
 
I am trying to write a simple program that reverses the letters of a word entered by the but after t...
[10 replies] Last: that fixed it thank you (by jax666999)
writing functions
 
Anyone wanna halp? I am stuck and running out of time. I am supposed to do this: Write a function t...
[2 replies] Last: thanks a bunch. (by closed account 2EURX9L8)
by Barkin
C++ I couldn't write output,, I dont know how to do,, please need help.... :(((?
 
Prompt the user to enter a date in the YYYYMMDD format. Example: 10 March 2010 is 20100310. Rea...
[5 replies] Last: Run your program. $ ./a.out >> output_file That's stream redirection,... (by ne555)
by Barkin
2 small questions - small answers
 
1-) Why 5=3 is an invalid expression? 2-) I need one example of invalid variable name and explain...
[3 replies] Last: Google can find all of these with almost no effort. We're not gonna do... (by ResidentBiscuit)
by Lio
Returning ref to a vector vs returning vector
 
WHy if I return vector(the commented function getVector) the first two elements are not initialized,...
[1 reply] : This is a subtle one... If you were to return a copy and not a referen... (by guestgulkan)
i wanna ask about the struct !!!
 
Write a program that define A- a struct Teacher with the following members: 1. string var...
[8 replies] Last: thanks vary vary mach your owsame :) (by Reema Alqerm)
Cannot figure out calloc
 
I have tried and tried with this question. I can't seem to get anywhere. Please help! /*Using ...
[2 replies] Last: thanks so much I just couldn't get it. Your example works perfectly! (by Cloudboy)
by mania
delete particular data in .dat file
 
Hi In .dat file book file has been created in that file i have created book number , book nam...
[no replies]
VS 2010 Intellisense Problems
 
Intellisense isn't highlighting code correctly, and when I click 'go to definition' on a function it...
[3 replies] Last: Thanks, always used VS because of the intellisense help. I guess I'll ... (by snipslog)
Need help with syntax of functions
 
Basically I am writing a cootie game for a c++ class and I have the basic idea down but I keep getti...
[7 replies] Last: Got it to debug thanks everyone! (by yoon wish)
Finding Factors
 
I'm trying to make a program that will find the factors of a number, this is currently what I have. ...
[3 replies] Last: It is the ; after while( testNumber > 0 );. Remove it. thanks duno... (by Praetorx)
do while loop?
 
Noob alert! I am learning C++ through an online class and a Dummies book. I am unsure if I should be...
[3 replies] Last: It's waiting for input. ¿what input? beats me. Make a desk test and ... (by ne555)
Memory limit and infinite loop. (1,2)
 
The program to determine wind direction works fine. It calls out an error message when outside 0 to...
[20 replies] Last: Garbage is garbage. If you operate with garbage you get undefined beha... (by ne555)
error in while loop
 
"invalid operands of types 'char' and unresolved overloaded function type>' to binary 'operator<<'" ...
[3 replies] Last: Strings are basicly character arrays. (by Subzero030201)
Trying to access a class within a namespace
 
Hello. I'm trying to organize all of my classes into a form of large class or namespace I can cre...
[3 replies] Last: is there a way to make the green class both global and within a names... (by Athar)
strings
 
This is a program I wrote for a homework problem. It said a list of telephone numbers had been rever...
[4 replies] Last: This should help a lot. Not sure if this is what you want but what it... (by Subzero030201)
by mowali
Strings Help!
 
*/ Would Someone please help me on this? I will work on it but I just want to make sure I am doing ...
[no replies]
by mowali
Strings help/challenge
 
*/ I have a challenge for you guys! Can you do this? /* 1. Run C code performing the followin...
[no replies]
March 2012 Pages: 1... 5859606162... 71
  Archived months: [feb2012] [apr2012]

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