Beginners (Page 79)

using template within the template
 
Hi there, I have a question about templates. I have written the following implementation of linked l...
[2 replies] Last: Wow.. I would never have thought Visual Studio 2010 compiler could be ... (by brodskye)
Aaron Dip Sharma Exam Tips
 
Exam Tips for Aaron Dip Sharma on C++ Whats best way to pass exam ?
[1 reply] : Play Call of Duty Modern Warfare 3 for exactly 13 minutes, then go to ... (by Fransje)
by hbg
Play a sound
 
I play a sound of some one slashing a sword
[1 reply] : I dont know about that but u can play the sound of an audible alert be... (by cyberdude)
Using chars as int, change int, and usit again as char.
 
I'm pretty new to programming. I made this small program (which isn't working yet) to read a message...
[3 replies] Last: Thanks a lot so far. However, this was only my first mistake. My curre... (by BramvandenH)
Questions about Error handling
 
Hello Folks, I'm currently working through the beginner c++ book by Stroustrop and i'm up to the er...
[14 replies] Last: That's because you're accessing an element that doesn't exists (the c... (by mutexe)
Help fixing invalid conversion error?
 
I'm still quite new to C++ and I am having trouble fixing an error in my program. Suggestions on how...
[5 replies] Last: int search (int arr , int size, int s) { int count = 0; for (int ... (by vlad from moscow)
Dictionary Translation problem
 
Hey guys, I am working on a translation/transliteration program, that reads an english story, and tr...
[no replies]
Riemann sum program not running
 
Hey guys. I just finished writing this program and it's not running. I'm thinking that there is some...
[7 replies] Last: I think that you could do this method=0; //<-- //starting values ... (by eyenrique)
extra output from a function
 
I tossed this code together for debugging reasons only so the format is not great but the problem I...
[4 replies] Last: The file is ok. Just need to possibly change getline(infile,marketAr... (by vin)
Manipulating Array Elements
 
Currently, I'm writing a program that's designed to make a user try and take a printed array of elem...
[4 replies] Last: Thank you, much appreciated. (by Specula)
by orcbum
Coin Toss
 
I've approached a very annoying problem with my code. The idea behind my assignment is that it'll t...
[3 replies] Last: You have infinite loop on lines 10 and 16. Change loop statement to co... (by MiiNiPaa)
How do count the amount of words in a string?
 
How can I make the program read what the user typed in and print out the amount of words in the phra...
[3 replies] Last: loop from first index to theString.lenght() if( theString == ' ... (by arzhon)
by f2004w
I am not very fluent with C++ but I am trying to figure out how 2 things works:
 
1) When certain action occurred - it creates and stores a new data Example: Values given s...
[no replies]
I still have VS2010 and want to upgrade to a better IDE
 
Is Visual Studio 2012 the best choice for all the latest C++11 features?
[3 replies] Last: What about GNU GCC? I'm curious on that. (by Austin J)
Help!
 
I'm not sure why I keep getting this error. expected primary-expression before '<<' token I hav...
[2 replies] Last: Lol.. Im an idiot. This is my 1st C++ class.. VERY MUCH appreciated!! (by sokrateze)
Calculation Function?
 
Below is my code for a calendar program that I'm trying to write. The only conditional statements I ...
[4 replies] Last: dateDiff(int m1, int m2, int d1, int d2, int y1, int y2); will have ... (by jidder)
i need a function like cin.getline() for the number arrays not the charachters?
 
i need a function works just like cin.getline() for the number arrays not the charachters?
[3 replies] Last: I think I better understand you. You want to (1) read a number (like ... (by Duoas)
streams
 
my program is simply to ask the user for a sentence and then ask them for a character in that senten...
[2 replies] Last: thank you very much i learned what i needed (by spiritedDedication)
setting a string to something
 
how do you set a string to something like string name = "bob" is that right?
[1 reply] : Have you tried it? Ps you need a semi-colon(;) at the end of 99% of th... (by giblit)
by jxkl5
Attack + health system! (1,2)
 
This is my second day of teaching myself C++. I'm trying to make an easy text based game. There a...
[24 replies] Last: Thank you! All of those were helpfull. I was gonna change the backgrou... (by jxkl5)
Pages: 1... 7778798081... 98
  Archived months: [apr2013]

Cannot post in this page. To post a new message, go to the first page.