Beginners - November 2013 (Page 8)

by Tikah
Defining pure virtual method through multiple inheritance
 
Hello, I'd like to do something like this: #include <iostream> class A { public: virt...
[5 replies] Last: im going to stop posting here because this is now going over my head. ... (by closed account Dy7SLyTq)
What's the best framework and IDE for small, standalone executables in Windows?
 
I write a lot of little utilities and helper apps in Autohotkey because I like that I can share them...
[16 replies] Last: I forgot. wxDev++is set up for wxWidgets. It is not as outdated as D... (by vin)
Recommended book?
 
Hello just looking for a good book on C++, I currently have Deitel How to program 9th edition as my ...
[4 replies] Last: I am currently working on Michael Dawson's C++ Beginning of game progr... (by minuss273)
Pulling only numeric values from mixed file?
 
I am working on this code to extract numeric values from a file that contains both numeric values an...
[6 replies] Last: I figured it out - having the second getline was messing things up, ... (by lostprogrammingstudent)
by Raahim
Hello, new here and need some help
 
Hello, everyone. First of all, I am new here. I just want to know if I can find some great video ...
[2 replies] Last: Thanks for your reply, Hertz. What do you mean by "not the right way"... (by Raahim)
Making output line up.
 
I know this may be a dumb question, but I've tried many ways to make this line up properly. I'm usin...
[5 replies] Last: Thanks a lot. That fixed it. (by Cryptik)
Overloading Output Operator Question
 
So I'm trying to figure out how to overload the output operator " << ". I've looked it up on google,...
[3 replies] Last: Got it, didn't have <iostream> in my header file. (by Kaevan807)
Invlaid conversion errors
 
My code keeps giving me an invalid conversion error when I try to pass the array elements for Januar...
[14 replies] Last: [code firstline=31] cout<<"The total rainfall for the year is ... (by Chervil)
by Rreye
Please Help
 
Hello everyone, me and my friend just finished writing up this code with some help from our professo...
[2 replies] Last: Thank you for replying but apparently it was the computer we were on. ... (by Rreye)
by neo07
Having problem with a C Program.
 
Hey guys, This is my first post in this group. I'm new in programming. I have found a problem. C...
[1 reply] : #include<stdio.h> main () { int n, i, st; char star; pri... (by Chriscpp)
by ITR
2 dimensional char array = char* ?
 
|43|error: cannot convert 'char (*)[(((sizetype)(((ssizetype)MAPY) + -1)) + 1)]' to 'char**' for arg...
[6 replies] Last: I think I'll make them into 1dimensional arrays since I give the MaxX ... (by ITR)
Fastest Laguage
 
c or c++ which is faster and why ?
[11 replies] Last: couple of things: a) @giblit: its just a test to scale it to larger so... (by closed account Dy7SLyTq)
Selection control structure style question.
 
Hi everyone. I just have a quick question regarding a conflict of style. Of the two functions list b...
[6 replies] Last: Oddly enough, our instructor has not mentioned KISS at all this semest... (by dacheeba)
Closing everytime I input a name/letter
 
so I'm busy making a simple text adventure game and right now i'm doing the intro bit but everytime...
[10 replies] Last: that did not work but I figured something out! when it closing I can ... (by shiny21)
Re > Binary Search Tree Search Function
 
hi guys, I've been recently implementing my own BST, and I've came to a problem which is giving m...
[3 replies] Last: When you find the item in the while loop, just break out of the loop. ... (by dhayden)
by dhann
Student - Infinite Loop
 
Writing a program for school and the error checking of one my functions will send the program into a...
[2 replies] Last: Sorry it took me a while to get back to your response - that assignmen... (by dhann)
Friend function can't access private members
 
Hey, I'm using friend function to overload the + operator but it keeps coming up with the error tha...
[9 replies] Last: I've rewritten the code using friend functions after messing around wi... (by petersrolo)
matrix library problem
 
Board does not work in the function The debugger says error: invalid type 'char ' for array subcri...
[2 replies] Last: thx i solve the problem now it works (by XiangzhenWu)
Code block wont open source code
 
My code block wont open past projects it loads them then freezes until I'm forced to close it I don'...
[2 replies] Last: check your taskmanager also. One time I had trouble getting code block... (by Garion)
something about alphabetical order...please help~
 
(1) Alphabetical order (A to Z): Display the student list in alphabetical order (A to Z) of student...
[1 reply] : Read data. Think what one entry should contain Sort data. std::sort w... (by keskiverto)
November 2013 Pages: 1... 678910... 80
  Archived months: [oct2013] [dec2013]

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