by SSteven
clang 3.7 link failure
|
|
[4 replies] Last: Try uninstalling clang++ and dependencies and then reinstalling clang+... (by JLBorges)
|
Program is looping too many times |
|
[2 replies] Last: Welcome to Hangman! The rules are simple! You get five tries to guess... (by Naughty Albatross)
|
by Vevonix
Iterator on pointer to Object
|
|
[5 replies] Last: It's part of the exercise. std::vector<Person*> was on the exercise... (by Vevonix)
|
by sengab
Problem with strings and characters (1,2)
|
|
[21 replies] Last: Sorry, I'm still confused. A string is already in effect an array of c... (by Chervil)
|
by aziz1
please help small problem ( making header file and c++ test )
|
|
[18 replies] Last: You need to pay more attention to what your tutor wrote: Your answer... (by MikeyBoy)
|
by CosminPerRam
Goto Skip Problem (1,2)
|
|
[20 replies] Last: Told ya :) cin.ignore with all the other stuff makes sure the all t... (by closed account 48T7M4Gy)
|
by ianjjyeung
Help with array question
|
|
[5 replies] Last: also add a cout statement inside the loop to see what the array contai... (by shadder)
|
by Natsu6767
What is difference between char* and int* data type to create array of pointers in C++?
|
|
[8 replies] Last: #include <iostream> int main() { const char* name = "great"; std... (by closed account 48T7M4Gy)
|
by Demonstrator
Does anyone know how I can get started on my Ouija board project?
|
|
[2 replies] Last: Just an IDE if you want to run the program in a CMD window. GFX is ano... (by TheLoneWolf)
|
by elay
member intialization list and constructor
|
|
[3 replies] Last: welcome :) (by Naughty Albatross)
|
by aerichsen
Using Friends
|
|
[6 replies] Last: Perfect!!!! Thanks =] (by aerichsen)
|
by Vereekeld
Trying to take a value from inside a function
|
|
[1 reply] : You can use either a class/struct if you know how or use global variab... (by a k n)
|
by FBHSIE
How does everything look?
|
|
[9 replies] Last: Nice (by MadAssassinV)
|
by weyekin03
What is wrong with my flowers
|
|
[1 reply] : ofstream data_out; opens a file, but there is no file name. You are... (by closed account E0p9LyTq)
|
by CptPie
Parsing through every line of a file
|
|
[2 replies] Last: There are some basic approaches you could take to achieve what you wan... (by closed account E0p9LyTq)
|
by MisterTams
How to assign questions in loop?
|
|
[4 replies] Last: One reason to rewrite the menu utility using a vector is you could ran... (by closed account E0p9LyTq)
|
by Tmanto
Passing member function as callback to shared library function
|
|
[1 reply] : Your member functions may be understood as //return_type name(class *... (by ne555)
|
by miah612000
I have played around with this loop some and the loop works fine but the math is coming out all wrong just cant get it. (1,2)
|
|
[20 replies] Last: Wow, that is amazing the loop broke fine I would have never seen how t... (by miah612000)
|
by nbarb001
Need homework assistance
|
|
[1 reply] : Write a C++ code to initialize each component of inventory as follows... (by jlb)
|
by sam80
NameSpace Declaration
|
|
[16 replies] Last: bar::foo::gaz() (by closed account 48T7M4Gy)
|