Beginners - July 2013 (Page 39)

prefix and suffix 2 lists of words.
 
Hey guys, I haven't done any programming since school and seem to have forgotten quite a lot since then 4+ years or so. My cousin has asked me to do some SEO...
[2 replies] Last: The only problem with that is I'd still have to type all the keywords ... (by gcampton)
by nason
help please
 
i am totaly new to c++ i wanted to write a program like user to enter his name and cin >> name cout << name but it shows only 1 letter and not full nae...
[5 replies] Last: You're welcome dude. (by mutexe)
My saved .cpp file is having trouble opening
 
Hi, I'm 2 weeks into c++ and use microsoft visual c++ 2010 as my compiler. Anyway, I saved a text encoder project that I've been working on, which I've spent...
[1 reply] : How was the text encoder project initially saved? Was the original fil... (by kingkong200)
Intro to classes
 
I am working on a homework question and I am a little stuck. I am supposed to add the function convrt() to the date class, and then in response it is going to a...
[2 replies] Last: Boy, you are a genius! Thank you so much. (by marisa m)
Iterating an array of a pointer to a char
 
I'm having trouble finding a way of going through each character of a pointer to an array of chars. #include "std_lib_facilities.h" // Comes with the book I'...
[8 replies] Last: @vlad from moscow Thank you very much for explaining everything to me... (by benbalach)
by hychan
Rule violation prevention
 
I was trying to write a program that prevents others to type every letter in CAPITAL SIZE since it's rude to do so in a chat. The program should output the numb...
[1 reply] : #include <iostream> #include <string> #include <cctype> #include <num... (by cire)
Why isn't this working ? -Help-
 
Hello i'm stuck on something in my code most of it has been removed so i dont really want people taking my idea ( sorry might seem sad but still ) my problem i...
[3 replies] Last: It is probably best not to try and accommodate every combination of th... (by TheIdeasMan)
HELP
 
So I am trying to Make this RPG Text game thing and i was having the problem and the problem is is that the while loop i put in there will keep going and i have...
[1 reply] : You have worked out how to do bold text - so now work out how to use ... (by TheIdeasMan)
Using Functions With Classes
 
Im trying to make a somewhat simple RPG. I am wondering if the functions that affect my Class Player should be type Player, type void or some other type. Should...
[1 reply] : Why are you passing a Player object to your levelUp function? Also... (by xismn)
FILE inpute and out
 
Ok guys this is gonna be a long one, I'm learning how to eliminate salt and pepper noise, there was this source code in C...but since i learned c++ i made a fri...
[3 replies] Last: I am sorry usandfriends...but this is not much helpful...ok am gonna p... (by donvigor)
data structure
 
Im using c++ compiler but with .c extension. so my codes in c compile successfully. the problem is when i deleted a node in a list (im using link list) the no...
[3 replies] Last: @cire it runs succesfully now! thank you so much!!! hehe (by charmcaster2549)
by Codaxx
Modify variables between classes
 
I'm making a dice rolling program that is to roll a dice and then store the value in an array associated with a player. First I have a class function rolling...
[7 replies] Last: yes this is how 'private' variables can be accessed from outside funct... (by abhishekm71)
Numerical value of a string (1,2)
 
say I have a string myString("425"), how do I get the value 425 then store it as an int variable? Thanks in advance.
[26 replies] Last: *** So I'm right!!!!!!! *** CharToInt for the win! (by closed account 18hRX9L8)
Help with Assignment!
 
I have been working on this question for i dont know how many hours now and I'm just about to give up! It seems like a lot of code but basically everything is ...
[5 replies] Last: itll be the **'s that were removed. i dont know how to help you there. (by closed account Dy7SLyTq)
How to build a Lattice class in c++
 
I am trying to build a binomial model which requires a Lattice class. Please help if you have any good sample code building Lattices data structure. Thanks
[3 replies] Last: on a second thought, i don't know what is a Lattice. can you demonstra... (by Rechard3)
issues counting names from text file
 
while (!names.eof()) { names >> thenames; if (!names.eof()) break; pplcounter++; } } else { names.close(); cout << "Erro...
[3 replies] Last: ah that makes so much sense that I can only laugh at myself thanks. (by kingkong200)
by ZeHgS
How to make a program that works with another one?
 
Hi guys! Just for fun, I was designing a program to help me plan my projects. Some of the features I was thinking of would are: * writing pseudocode with hyp...
[12 replies] Last: Thanks a lot!! (by ZeHgS)
A while loop for entering names
 
I would like to write my while loop in such a way that the user can continue entering first and last names and when they want to quit they can simply type "Q". ...
[6 replies] Last: 'Q' OR a 'q' (||), not a 'Q' AND a 'q' (&&). My mistake. It was 4AM ... (by closed account 1wU9216C)
Putting a char pointer into a 2d char array
 
I am trying to put say a list of words into a 2d array. I can get the pointer dereferenced onto the word. However, when I try output the 2d array it gives me a ...
[10 replies] Last: I see awesome thanks! (by kingkong200)
What to do next?
 
Ok, so I want to *eventually* get into 2D game dev, possibly 3D. I read through all of Beginning C++ Through Game Programming (third edition) by Michael Dawson....
[9 replies] Last: I see the words 'read', and 'watched'. You are actually coding as wel... (by closed account 1wU9216C)
July 2013 Pages: 1... 3738394041... 53
  Archived months: [jun2013] [aug2013]

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