Beginners - July 2011 (Page 5)

Help building a calculator
 
Hey, so now today our computer teacher gave us a program to write which has to act as a calculator, ...
[8 replies] Last: as long as it gets the job done... (by AppDevTrainee)
Declaring A Variable Length Array Within A Class
 
I've been digging around and I'm having trouble figuring this one out on my own. In my program I hav...
[9 replies] Last: This looks perfect. Thanks! (by Sycobob)
by Leo94
Bitwise Operators
 
Hello,I try to learn c++ basics from this site tutorial , and I reached Bitwise Operators ( &, |, ^,...
[4 replies] Last: I made a BitFlags class some week ago for learning this, you might wan... (by GisleAune)
Cards Program Crashing
 
Hi! So, I've written a cards program, written and compiled in Dev-C++ 4.9.9.2. It defines a class "c...
[7 replies] Last: Thanks so much! Of course, haha that was really stupid!! Brilliant, ti... (by intint50)
help! Indicator and the macro preprocessor,
 
RE_INVOKED This macro definition mean? Other preprocessor directive and how to understand macro d...
[1 reply] : Do you mean RC_INVOKED? It's a windows resource files compiler macro. ... (by Null)
Help on math
 
I'm making this program wich will calculate the volume, surface and areal (2D) af a circle when give...
[2 replies] Last: Thanks, it fixed it! (by dustegeek)
push back on object
 
Hi again! I have a question! I have this class class Ziak{ private: ...
[4 replies] Last: thanks :) (by julof26)
warning: 'k' may be used uninitialized in this function (?!?)
 
Hi everyone, I have a function that creates an integer called "k" and uses it to count through so...
[3 replies] Last: Intriguing, does the implementation make a copy of all the variables f... (by Turbine)
How would I do this?
 
How would I read an entire paragraph (from a text file) into a single character array or string, doe...
[7 replies] Last: But what if the text file contains numerous newline characters? ARGHH... (by Turbine)
help with piglatin program
 
Hey guys I'm new here and I just wanted some help on my Pig-Latin program. The program basically co...
[14 replies] Last: Do not just copy and paste and submit. Look at how the string member f... (by sohguanh)
by spt
HELP A FAILING KID! Banking - Investing / Borrowing
 
I have been working on this for a month and it was due last week, so I really need help. My friend h...
[8 replies] Last: you should learn the basics of c++ first, i see you have syntax errors... (by chipp)
debug help
 
I need help understanding what it is I need to do in debugging this code for my class. I have corre...
[4 replies] Last: That code I posted in the second post was not my rewrite. That was th... (by fireblade)
Help control the flow of reading and writing problems
 
I have a solution: A text file of all lowercase characters read, and then convert it to uppercas...
[1 reply] : Lets fix the formatting shall we. ;) And do NOT make "main()" return... (by Turbine)
Need hints on my OOP project
 
This is what I have so far but I does not seem like I am getting anywhere with it. Any hint or help...
[3 replies] Last: What on Earth, slightly modified code and posted into a new thread. =\... (by Turbine)
Searching a List
 
I don't even know which question to ask first, so I'll just post my code and the errors that I am re...
[11 replies] Last: Here comes a shocker: latest result: "no matching function call.." Th... (by joatmon)
by bpx95
How to call a constructor, if I already declared it.
 
Okay so, I want to do this: struct FOO { int f; FOO (int ft) { f = ft; } } jellyfoo ; int...
[7 replies] Last: Foo jellyfish; jellyfish = new Foo(x); You want the above Java to... (by sohguanh)
2 Hours Until Assignment Is Due...Help
 
ok, So I try not to bother with class questions, but I am in a pinch. This is the assignment... ...
[7 replies] Last: Those are not for beginners. For beginners there are others. For me I ... (by sohguanh)
A bunch of LNK error! Please help!
 
I always get these dumb link errors. Can you guys tell me how to read them so i can fix it by myself...
[11 replies] Last: Well maybe you can feedback to the developers who has this fetish to n... (by sohguanh)
syntax error : 'constant'
 
Not really sure why im getting this error. Basically, in class state i am trying to instantiate a G...
[15 replies] Last: sohguanh wrote: For all pointer related variables, always place a po... (by sohguanh)
Complete no0b here (1,2)
 
Hello. I am a complete noob to not only C++, but also programming. I am 16 years old and have deci...
[20 replies] Last: im using Sams teach yourself C++ in 24 hours, it covers some topics ... (by sohguanh)
July 2011 Pages: 1... 34567... 54
  Archived months: [jun2011] [aug2011]

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