Beginners - September 2012 (Page 53)

Whats the difference? And quick question(s)?
 
Hi all, 1. I was just wondeing if anyone could tell me the difference between gcc-4.7.1.ta...
[6 replies] Last: Do you know if eclipse is up to par with code:blocks? As I think Im go... (by hydraAiur)
Help with College Programming Assignment
 
Description: Old MacDonald has a farm and not only does he have animals, he also has 1000 acres o...
[1 reply] : when your first post on this forum is asking for homework help, we kno... (by Zephilinox)
Error message at running a VC++ program
 
Hello everybody. I have a major problem about running a program created by me in Microsoft Visual C+...
[3 replies] Last: This question is littered all over google, why don't you take a look? ... (by Zephilinox)
trouble with cin.getline()
 
I am having issues with cin.getline() This program was an exercise of practising opening a file, ...
[8 replies] Last: I wanted to practice manipulating arrays Fair enough. The first thin... (by Cubbi)
Why does my do-while loop continue to loop?
 
I've set up dozens of do-while loops and they work flawless. But today I must be completely dim. I j...
[8 replies] Last: @vlad Thank you! Always vlad =) You're the best (by Hashimatsu)
I want to be able to extract separate digits from a number.
 
the title says it all Lets say the year is 1981 then i want to be able to put the digits 1,8,9 and ...
[11 replies] Last: @maculhet its working now...and its counting every digit off my input... (by vlad from moscow)
by pcworx
fast question about functions
 
is it best just to include the function prototype and definition at the top of the code instead of d...
[5 replies] Last: In the in-house rules I live by, main() is always the only function in... (by Cubbi)
by nistor
help?
 
sruct node { int val; node* next; node() {val = 0; next = 0;} node(int v, node* n = 0) { val = v; ne...
[2 replies] Last: btw, next time, use "code" tags because it looks confusing... even now... (by chipp)
by NNinja
Help with arrays
 
Hello! I have to write a simple poker program using arrays. By simple I mean no face cards are neede...
[6 replies] Last: You can use STL set and some STL algorithms... #include <iostream> #... (by tntxtnt)
debugging issue
 
Hello forum, I am using gdb to debug my ray tracer and one point i am getting the following infor...
[2 replies] Last: The problem at #0 is where the segFault actually occurs. Because you c... (by Moschops)
Undefined Reference
 
#include <cstdlib> #include <iostream> using namespace std; float calcCharges(float); void c...
[2 replies] Last: hey thank you..im so careless.. ==' (by petrikhwan)
Variables / pointers
 
Hi everybody I have only recently started programming in C++ and I am writing a program that queries...
[3 replies] Last: Function WMIQuery shall be declared as const char* WMIQuery( cons... (by vlad from moscow)
by vrakas
Priotity queue Comparison Template
 
Hello :) I need to pass to a prioriy queue a pair of integers and i want the top to be according to...
[10 replies] Last: Thank you very very much, the problem was the semicolon ;p (by vrakas)
by Aceix
How to overload...
 
How do I overload the == operator. MANN, I have big problems in overloading operators!!! Who can gi...
[6 replies] Last: just look at an example, any example, you don't need a tutorial, its j... (by Zephilinox)
by Aceix
This...
 
Can anyone please explain how ' this ' is used. I do not want the explanation in this sites tut...
[5 replies] Last: [quote=Aceix] "Why does this code fail me?" Because you're using th... (by closed account zb0S216C)
using do-while loop
 
hello, i am trying to develop a username-password program using do-while loop. here is my code: ...
[11 replies] Last: It's working correctly on my PC. (by HiteshVaghani1)
Celcius to fahrenheit
 
i am very new to c++ programming and i have a homework tomorrow pls help me on this one. i have t...
[4 replies] Last: @MarkJason the two suggestions will work!!! (by Aceix)
by Ryusko
Linker Error - unresolved external symbol
 
So I'm a Java programmer that's learning C++, and I decided to write a basic RPG-type game to teach ...
[2 replies] Last: I do have a constructor with no arguments for Character, I just left o... (by Ryusko)
how does min and max program works
 
how does min and max program works ? #include <iostream> using namespace std...
[5 replies] Last: If you would like ... #define MAX(a, b) f((a) > (b) ? (a) : (b)) #de... (by acn)
by Aceix
How do I overload...
 
Pls can I know how to overload the << operator?, to display all the displayable contents in a class?...
[6 replies] Last: Thank you all!!! (by Aceix)
September 2012 Pages: 1... 5152535455... 62
  Archived months: [aug2012] [oct2012]

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