Beginners - January 2014 (Page 13)

Netbeans or Eclipse?
 
Hello, I have a answer. Do you prefer Netbeans or Eclipse for programming in C++ and Java?
[3 replies] Last: This should probably go in the lounge. Click the 'edit topic' button a... (by TwilightSpectre)
help for beginner
 
I am an introduction course to c++ and we haven't learned much yet but we have a homework assignment I have no clue how to do. Can anyone help get me started at...
[6 replies] Last: oh sorry it is the accelaration. i thought it is gravity.. so what is... (by engr)
How replace all ocurrences in std::string?
 
I'm trying to change C++ code to HTML, I made an tool, and I really need this. The program is just for me, not need-ing to allocate memory and other programming...
[14 replies] Last: @cire <code></code> tags doesn't work. They only let the style, but ... (by iQChange)
use of cin.ignore()
 
i want to know about the function std::cin.ignore() and where it can be used. thank you.
[2 replies] Last: can you please tell me how ignore() is working in this program:: #in... (by NPcomplete)
Object Oriented Programs
 
I am having trouble getting started on a couple programs.. I took an intro to programming class awhile and now I am in an advanced course and our instructor gav...
[4 replies] Last: //For Saving Random Number from 0 to 25 (Inclusive) see the following ... (by Atyab)
Error: C2143: missing ';' before '.'
 
Hi. I am making a consle rpg, but I have a problem. I am getting "C2143: syntax error : missing ';' before '.'". The problem is in this line "hero.attribute =...
[3 replies] Last: hero is the class name, not the object name. If the issue is in mai... (by viper093)
Making program Object-Oriented (class)
 
Got it working thank you so much!
[2 replies] Last: Thank you so much! I'll get started right away. (by geekytom777)
by Loktd
counters
 
I need help with the counter. I am trying to count how many people are friends with the person. I'm not sure where I can put it to get the right results. voi...
[4 replies] Last: thanks cire (by Loktd)
Help with classes
 
could someone please direct me to a good place for me to work on classes? i am working on a very simple text based game and i put in an inventory system. using ...
[5 replies] Last: i would appreciate it if you could. the more different ways i can see ... (by Antone333)
How to open a file?
 
I want to add password to my file in ubuntu linux but I want to do it in programmers's way! All I will do is hide the file and then in C++, I will ask to enter ...
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by LB)
Advanced C++ Books?
 
Hello, I am leaning C++ and I have nearly finished at basic functions so I want to the advanced C++. Any good book for advanced C++?
[6 replies] Last: And I found the book which I am reading pretty easy and I have complet... (by StarSonic7)
Character to ASCII
 
How to show ASCII does of any character in C++. I want to make a character to ASCII converter.
[8 replies] Last: wow thanks! (by StarSonic7)
Finding prime numbers program
 
Alright, I wanted to make a program that finds prime numbers and stores them in an array, being the newb I am, bugs everywhere and not much works the way it wan...
[7 replies] Last: Hello.. Try looking at my "Find the primes codes" at http://www.cplusp... (by pukol)
Not sure how to proceed
 
I have been working with this for a while and researching what I need when I need it. I have been using the website our professor provided us with to compile an...
[9 replies] Last: I did at home from troubleshooting. Currently at work where I received... (by Xendicore)
need help
 
Can't figure out how to write to tell someone who is a certain age what their next decade would be in a certain amount of years. ie. say is someone was 23, how ...
[4 replies] Last: You can do it even easier than that. age % 10 gives you the remainde... (by long double main)
by jimctr
General Class Structure
 
I am trying to update my old C code to C++ , and trying to grasp C++ at the same time. It's not clear to me when creating a class, which variables I should dec...
[2 replies] Last: If I do make self-referencing as in the example below, it becomes very... (by jimctr)
by PacR
Delete parts i don't need from header and include files...
 
Hello all. Can i delete parts i don't need from header and include files to reduce my executable file size. For example my code is: #include <stdio.h> int...
[2 replies] Last: Yes what he said. And to answer your question, you cannot delete some ... (by vasilenko93)
convertion
 
Alright is their a way to make it wear when the program get the user's name it turn all the lowercase letters to upper then writes it in the file, then the same...
[2 replies] Last: Nice Alright thank you so much it works great ^^ (by ProgramMaster)
Help with using private members outside of a class?
 
I think this goes here. Yeah, it does. Anyway, I always have trouble with this. Say, I make a class called "super.h" and it looks like this (note: this is j...
[7 replies] Last: My point is, making data members private provides no protection of any... (by LB)
Rounding Error
 
I am writing a program for my CS class that calculates miles driven, fuel used, and miles per gallon rate in a car as well as kms driven, liters used, and liter...
[10 replies] Last: I agree, I also don't understand what he is getting at at all. (by Katie Gerloff)
January 2014 Pages: 1... 1112131415... 44
  Archived months: [dec2013] [feb2014]

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