Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~7K People Reached
Member Avatar for lgonzo

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 …

Member Avatar for lgonzo
0
162
Member Avatar for lgonzo

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 …

Member Avatar for lgonzo
0
105
Member Avatar for lgonzo

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 …

Member Avatar for lgonzo
0
86
Member Avatar for lgonzo

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 …

Member Avatar for lgonzo
0
2K
Member Avatar for lgonzo

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 …

Member Avatar for khakilang
0
171
Member Avatar for lgonzo

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 …

Member Avatar for Rik_
0
224
Member Avatar for lgonzo

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

Member Avatar for lgonzo
0
140
Member Avatar for lgonzo

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] …

Member Avatar for hokuwho
0
135
Member Avatar for lgonzo

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] …

Member Avatar for lgonzo
0
81
Member Avatar for lgonzo

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. …

Member Avatar for WaltP
0
2K
Member Avatar for lgonzo

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 << …

Member Avatar for vmanes
0
301
Member Avatar for lgonzo

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 …

Member Avatar for Galf
0
357
Member Avatar for lgonzo

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

Member Avatar for tomtetlaw
0
78
Member Avatar for lgonzo

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.

Member Avatar for lgonzo
0
2K