- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
14 Posted Topics
learning to use string and iterators, and i am having trouble when i try to replace a string in my vector with a new one my trouble is starting when trying to replace a string( towards end of code) i get error with line myIterator = vectorGameList.push_back("teris"); idk, how i … | |
am new to c++, and am having trouble with if else statement for this code i am writing a program that makes the computer guess a number you the user has choosen my program works fine, but when i get in trouble is when my range gets down to zero … | |
beginning in c++, i have a question of a recent program for this program i am trying to create a game where the computer try's to guess a number 1-100 that the user has chosen and i have it running good. but where i have a problem is at the … | |
am newb in c++ trying to write simple c++ program that a computer, try to guess a number i have chosen by it producing rand number and me telling me whether it is to low, high, or right and using do while loops we are suppose to produce it now … | |
i run windows xp, and Mobile Intel(R) 945RM express chipset family and am using vga cable to lcd tv ive looked on how to do this and most show that in display settings just select second option but when i go to display setting i dont have option for second … | |
i am trying to connect my laptop, that runs windows xp to my new lcd tv through vgi, but this message comes up te softawe your are installing for this hardware: Default monitor has not pass windows logo testing to verify its compatibilty with windows XP continuing your installation of … | |
trying to update and this came up (attachment) does this mean that this new version is not compatible with with xp or is there ways around this if can give any help i greatly appreciate | |
the other day i think i got this virus, it starts with the window security center popping up telling me i have virus infecting my computer and wont let me open any file on desktop. did some research and and it is just like what describe on this site [url]http://www.bleepingcomputer.com/viru...tispyware-2010[/url] … | |
the other day i think i got this virus, it starts with the window security center popping up telling me i have virus infecting my computer and wont let me open any file on desktop. did some research and and it is just like what describe on this site [url]http://www.bleepingcomputer.com/virus-removal/remove-pc-antispyware-2010[/url] … | |
been doing reiew questions to prepare for a c++ test, and was hoping someone could help me out by looking over the ansewers i have so far. what i have is in red. thank you very much :) -- Which of the following operations has the highest precedence? a. Postincrement. … | |
got some noob c++ questions that hope someone can help me with ---The statement while ( --counter >= 1 ) counter % 2 ? cout << "A" : cout << "B"; cannot be rewritten as: a. while ( --counter >= 1 ) if ( counter % 2 ) cout << … | |
was hoping someone with more experience could look over and tell me if these answers look alright. in red is what i got -- srand: a. Should be called before each call to rand. [COLOR="Red"]b. Should be used instead of rand to generate truly random numbers.[/COLOR] c. Is unnecessary in … | |
hello everyone, have a c++ test coming up and i am completing some practice problems, wondering if could look over what have so far what i got is in red. if see errors plse help me out | |
i have following code done, now after i menu item is chosen i want to be redirected to preform the actual conversion, Can some give example of how do that thanks. |
The End.