Beginners - June 2012 (Page 46)

Problem with << operator
 
I'm working on problem 6 of Euler but the issue I'm having isn't necessarily related to the answer t...
[4 replies] Last: Perfect. Thank you so much for your explanation. Everything works well... (by thechad90000)
please help :)
 
hello i want to declare string in vector, for example : i want to take from user words and cout it...
[6 replies] Last: Code::Blocks has a "console runner" that pauses and tells you the retu... (by Texan40)
Class design
 
Hi, I am building a Carousel, which has a child property vector of pointers of CarouselSections. ...
[1 reply] : Can anyone help with this? How can I access some member data of the o... (by leftblank)
Extracting tokens from a string expression.
 
Hello, I want to evaluate a fraction expression, but before I need to extract each operator and o...
[no replies]
beginner looking for practice
 
I have some basic knowledge for C++, Is there any practice or source code I can use to develop my ab...
[no replies]
by Screed
Best Tutorials?
 
O.K. I think I found a good tutorial for me to learn with, but I was hoping someone here would take ...
[16 replies] Last: Octal is used in some really old machines, and it gets used a bit in *... (by ResidentBiscuit)
by Aprian
triangle c++
 
Can anyone help me to create this triangle: 987654321 87654321 7654321 654321 54321...
[1 reply] : At which issue do you need help? (by shadow123)
by Locked
win sockets
 
Im using a simple irc bot code and moding it so that i can learn more about c++ and have fun with i...
[2 replies] Last: It's impossible to tell what's going on without seeing the server side... (by kbw)
Coding for rbots/games help?
 
Hi cplusplus, I'm getting back into coding since playing with BASIC on the C64 back in ...
[2 replies] Last: I'm a lert. Is a lert a kind of doer? (by Moschops)
ifstream isn't opening file-why?
 
The file is in the project directory and named correctly but it wont open with the ifstream class. A...
[3 replies] Last: How's your $60 assignment coming up? (by Catfish2)
Error Message: 'There were build errors. Would you like to continue and run the last successful build?
 
I have no experience of programming in any language whatsoever.. I encounter an error message in vi...
[6 replies] Last: I believe MSVCE does display many errors, Microsoft isn't THAT bad. An... (by Volatile Pulse)
I need advices to create a class for a tabulated text multi-types file
 
Hi all, I need to create a class to manage such text files : Country Town QtPeople Birt...
[14 replies] Last: In fact, it seems that I have re-discovered data-bases !!! Stupid am ... (by lalebarde)
by Enziet
Just saying Hello World!
 
As the title says Hello! I've recently started C++ coding made a few smaller programs been following...
[1 reply] : Welcome to the forums. Always nice to see new people starting out. As... (by Volatile Pulse)
Function Question
 
Hello everyone I am very new to c++ and I have a question regarding a rather random and unimportant ...
[1 reply] : This is because in line 12, you excecute the add() function before per... (by Stewbond)
Conjugation program
 
I'm trying to create a program that will conjugate Japanese verbs. Japanese verbs are extremely regu...
[4 replies] Last: Thank you sooo much. Substr() turned out to be exactly what I needed. ... (by Knocturne)
Wrong calculation by computer?
 
Dear all, I have written a code possibly 10k lines long by now, there are no random functions use...
[11 replies] Last: But if I then go to a random cpp change, delete a colon then add a c... (by htirwin)
const_cast, how do you use it?
 
I can't figure this out, and it's really bothering me, this is what I've got using SFML2. void Se...
[8 replies] Last: I can't change copyToImage without editing SFML's source code and rec... (by shacktar)
Not working
 
Hello, I'm not sure if it's the compiler or my code, but the cstrings limits can be exceeded char r...
[4 replies] Last: Thanks guys. When I wrote the return statements, I looked at it as th... (by Windwhistles)
Inputting Name
 
Hey guys, need some help over here. How would i display the full name I input? Here's the code: ...
[2 replies] Last: yea! Thank you firedraco :D (by markgreen)
by jobud9
multiple definitions error
 
Hello everyone, I started coding c/c++ yesterday and I've been having tons of fun! Unfortunately,...
[2 replies] Last: Okay, that fixed it. Thank you, ne555. (by jobud9)
June 2012 Pages: 1... 4445464748... 51
  Archived months: [may2012] [jul2012]

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