by eliranko
push_back a pointer
|
|
[3 replies] Last: vector<Course*> vec; In this case, an item in the vector - vec - ... (by JLBorges)
|
by Victor714
Computing the average of positive numbers with arrays
|
|
[3 replies] Last: Oh, yeah, you must remove the "else continue" part in the loop, or it ... (by S G H)
|
by hiken
Bitwise operator
|
|
[1 reply] : I'm interested in this: cin >> n; What value of n is supposed to be... (by Chervil)
|
by devonrevenge
you know usingnamespace std in the global scope is a bad habbit, is it okay to put it in main or other blocks?
|
|
[3 replies] Last: Prefer Using Declarations to Using Directive but prefer full scope... (by closed account z05DSL3A)
|
by cbegan
Read a file and determine max and min int in file
|
|
[no replies]
|
by cassidy
Designing Menu/Including (void) function/Troubleshoot
|
|
[2 replies] Last: You are missing the while in the do-while loop in game. When you have... (by Peter87)
|
by Andym
Calculating cylinder Volume
|
|
[3 replies] Last: The units of volume should be cubic somethings , not square somethin... (by Chervil)
|
by vichu8888
Binary Search tree - In order sorting
|
|
[2 replies] Last: Finally I figured it out. As I said, the problem was with statements i... (by vichu8888)
|
by lvlichael72
1/25 + 2/23 + 3/21 + … + 12/3 + 13/1 =?
|
|
[2 replies] Last: Special thanks for guidance,it has been solved now. #include "stdaf... (by lvlichael72)
|
by jlillie89
Still stuck
|
|
[1 reply] : Put an else on line 30 -- you don't want to increase index after you'v... (by cire)
|
by carl89
Help with this question using If statement
|
|
[1 reply] : It would look something like this. #include <iostream> using namespa... (by Meden)
|
by aidenkael
Why do I need StdAfx.h?
|
|
[2 replies] Last: I am using VS 2010 C++, because I can't figure out how to create a new... (by aidenkael)
|
by Meden
sort with pointer new float[M]
|
|
[5 replies] Last: OMG! Thank you so much! I've been depressed over this problem for da... (by Meden)
|
by Benjamin00
Double to Byte
|
|
[9 replies] Last: I had a function that takes in a double and that is where my double co... (by Benjamin00)
|
by khm3dia
C++ Looping Problem
|
|
[6 replies] Last: @khm3dia I think what devonrevenge is trying to say is use a switch... (by TheIdeasMan)
|
by Raioner
Class bool equals()
|
|
[6 replies] Last: bool equals (CardType a); { cout<<"running equals"<<endl; if (r... (by Raioner)
|
by Robl249
Coding an assignment in C.. please help? (1,2)
|
|
[26 replies] Last: I really hope all of this sinks in. How do you recommend I get better ... (by Robl249)
|
by Raioner
Problem with passing data in classes
|
|
[4 replies] Last: How would I go about creating the equals() method? I made another Card... (by Raioner)
|
by geezle86
PLEASE HELP ME CHECK THIS SOLUTION
|
|
[4 replies] Last: lol, hahahahahaha anyway, problem solved, i made it like this #incl... (by geezle86)
|
by Asif Hirai
typedef unsigned char byte; causes syntax error C2144
|
|
[2 replies] Last: Here you go. #ifndef CRYPTOPP_CONFIG_H #define CRYPTOPP_CONFIG_H //... (by Asif Hirai)
|