by C0UG3R
Initializing a hash table structure in a class
|
|
[1 reply] : I'm not sure if I'm even setting the table up correctly in the constr... (by coder777)
|
by overki11
Help trying to reference class variable in function
|
|
[3 replies] Last: @ YFGHNG Yes, the OP's class does lack an interface of public funct... (by TheIdeasMan)
|
by emilyfay92
Linked List Problems
|
|
[1 reply] : Hi, There are quite a few problems I can see: The implementation of ... (by TheIdeasMan)
|
by FighterCoder
SFML Text repeats across screen
|
|
[6 replies] Last: Your sir are a genius, thank you so much :) (by FighterCoder)
|
by MyFuture
function F(n,m)
|
|
[12 replies] Last: Realized I made a mistake in my earlier code. What you'll actually is ... (by YFGHNG)
|
by gravyboy25
Debugging and COmpiling Hello World program only shows black command prompt without showing "Hello World" text...
|
|
[2 replies] Last: Visual Studio was one of the first IDE/compilers I used that's why I t... (by gravyboy25)
|
Copy constructor is implicitly declared as deleted... |
|
[3 replies] Last: @JLBorges Yea, sorry, I meant to have Object as parameter to operat... (by DyslexicChciken)
|
by Bieel117
Help!
|
|
[1 reply] : See: http://www.cplusplus.com/forum/general/180107/ (by closed account 48T7M4Gy)
|
by sidney05
passed or failed
|
|
[5 replies] Last: 1. You can't have two returns unfortunately. 2. Also, your for loop is... (by closed account 48T7M4Gy)
|
by soundguy
output file name
|
|
[5 replies] Last: That's not too bad char * inFile = "text.txt"; ifstream(inFile); ... (by keanedawg)
|
by sidney05
void function string c++
|
|
[4 replies] Last: #include <iostream> #include <string> using namespace std; struct S... (by closed account 48T7M4Gy)
|
by kyresong
Access Violation Help
|
|
[no replies]
|
splitFirst |
|
[1 reply] : http://en.cppreference.com/w/cpp/string/basic_string/find http://en.cp... (by cire)
|
by Arsene
having difficulty with enum program;need help before midnight
|
|
[1 reply] : Line 100 should be switch(planet) , not switch(planetNames); . pla... (by xismn)
|
by aalrie
Golf score problem
|
|
[4 replies] Last: Post code again. (by keanedawg)
|
by Tuttikhan
Loop
|
|
[6 replies] Last: Sleep slows the program down for the set amount of milliseconds (by Tuttikhan)
|
How do I insert into string into myfile.open? |
|
[1 reply] : I tried myfile.open( name + ".txt"); So long as you use an up-to-dat... (by Chervil)
|
Max triangle area |
|
[3 replies] Last: #include <iostream> #include <fstream> #include <cstdlib> #include <i... (by remone)
|
by cpq2g1zw2
I have a C question
|
|
[3 replies] Last: In case it may be helpful to anyone else. my solutions was as follows:... (by cpq2g1zw2)
|
by Dofzky
Problems with functions on project
|
|
[2 replies] Last: It's not the most obvious bug in the world. But look at your bottom 3... (by keanedawg)
|