Beginners - October 2010 (Page 23)

by Yitzu
Refusing to change?
 
Ok guys, so... im beginning to use this language and i have noticed that sometimes after u write a c...
[3 replies] Last: Multiple file projects are irrelevant, considering the example code he... (by Kyon)
creating a serie of variables with "for" loop
 
Hi, very simple question: I have a variable char Apple; Now I want also Apple1, Apple2...
[2 replies] Last: What you're looking for is a map: #include <map> [...] map<strin... (by Athar)
by Draps
Hello
 
Hello everyone, I am Draps, i am new to c++ and i figured best way to learn a new language is in ...
[8 replies] Last: @Mazd That s' quite true but i when i got it i wished i had bought it... (by Mike Sandy)
Inputting from a file with alot of data
 
Hey i have to create a video store program for college. Im using a struct to store all data. This is...
[15 replies] Last: u were right, changed that and it worked, didnt think it would effect ... (by sighter)
problem in array assigment
 
#include <iostream> using namespace std; main(){ char datan ={'0','0','6','0','7','b','...
[5 replies] Last: how about #include <iostream> using namespace std; main(){ c... (by hamsterman)
你们好!
 
我来自中国很高兴认识大家! I am from China,I am glad to meet everybody here! I am a...
[14 replies] Last: welcome! (by myforzhuce)
Can i convert from class to struct or the oposite?
 
Hello everyone,i was wondering if i could create a class object with specific elements and in the s...
[3 replies] Last: got it,thanks (by kikirikou)
by Eazy E
for loop inside if else??
 
I'm just starting out with working with C++ and I was trying out stuff with 'if/else' and 'for' loop...
[1 reply] : wow. figured it out. feel like an idiot - just changed the "(yesno<... (by Eazy E)
reading in one word
 
I need to read in the first word of a line and process. then advance to the next number and process ...
[1 reply] : I would suggest reading in a string for the word even though i'm agai... (by sargon94)
passing arrays through a function
 
Hey folks. I'm having a hard time grasping how functions work. I am supposed to pass the parallel ar...
[2 replies] Last: now whats the job of getdata function? question have studied structer... (by ARWA)
Making Change
 
Well I'm supposed write a program that makes change using his kind of outline. The instructions are ...
[1 reply] : Ive updated it to where I'm currently at. Could anyone help me out? (by nflman124)
Debug
 
When I debug my program it only stays there for a second an then vanishes. Can anyone tell me how to...
[1 reply] : There's a whole thread about this that's stickied: http://cplusplus... (by Disch)
debugging!!!
 
Im trying to debug this program but when i hit debug and type in a value it closes out after i put a...
[1 reply] : sorry for double post. (by FlamingDRagon)
debugging!!!
 
Im trying to debug this program but when i hit debug and type in a value it closes out after i put a...
[no replies]
switch case stament with loops
 
hello, my program is running a case/switch statement, I want to be able to make it loops and ask ...
[10 replies] Last: Got it, thanks Albatross, you are the best :-) (by curioustoknow)
Beginner, need guidence in this program
 
Hello. My task is to take a user's input and output that value in hours:minutes:seconds form. This i...
[6 replies] Last: Ahhhhh I got it now. Thanks for your help!! (by trouty323)
open output file based on text in input file
 
I wrote some code to parse a csv file and change all commas to spaces before writing to an output fi...
[no replies]
Clarification of when to use . , *, ->
 
I'm studying for a test in my c++ data structures class. I'm still a little confused about what the ...
[2 replies] Last: thx, i finally got this down (by melanie93)
Why do i have run time error?
 
Hello everyone. I wrote the following code where i pass by reference a class object in a friend fun...
[2 replies] Last: thanks mate! (by kikirikou)
trying to condense my notes: int main(int argc, char *argv[])
 
Hello, I'm trying to condense my notes into layman's terms. I'm having difficulty with int main(int...
[2 replies] Last: Thank you for correcting my return statement. This is where I lite... (by hexilum)
October 2010 Pages: 1... 2122232425... 42
  Archived months: [sep2010] [nov2010]

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