by kumarvinay
Creating an object to a class only using new
|
|
[5 replies] Last: Make all constructors private, then write a friend function that retu... (by choisum)
|
by gunner13
Using getline() or something else that will count spaces.
|
|
[1 reply] : #include <iostream> #include <string> #include <iomanip> using na... (by gunner13)
|
by statichell
read text from a website
|
|
[no replies]
|
by vampire
double linklist
|
|
[1 reply] : http://lmgtfy.com/?q=examples+double+linklist+ (by kbw)
|
by frankthetank
Trouble using a .dat file
|
|
[1 reply] : Put the file in the same directory as your program's executable. If yo... (by Duthomhas)
|
"multiple inheritance" |
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/inheritance/ (by Bazzy)
|
why "delete" by using TIniFile |
|
[1 reply] : I already get an answer somewhere else :) for people who also had ... (by runtime error)
|
by hypocorism
How do you add a string to a part of a variable name?
|
|
[2 replies] Last: Bummer. (by hypocorism)
|
by alexandern17
access darray data from struct
|
|
[3 replies] Last: OMYAHHH...so my mistake was.... #include "loan.h" float loan::mon... (by alexandern17)
|
by SeanyBoii
Just curious.
|
|
[7 replies] Last: But... I like forcing people to think! All well, I'll just insert a fe... (by Albatross)
|
by JoshMP
Passing vectors into a function
|
|
[1 reply] : The declaration indicates a vector pointer but you are passing the obj... (by kempofighter)
|
Problem with enum |
|
[7 replies] Last: Ohhh, of course! I had the logic backwards in my head. Changing all th... (by closed account jwC5fSEw)
|
by TMercier
How do you write structures?
|
|
[2 replies] Last: thanks for the help man (by TMercier)
|
by mbrinkley
Temporary Files... How do they work?
|
|
[6 replies] Last: Here's the thing I told you about: http://www.cplusplus.com/forum/art... (by Duthomhas)
|
by Arbruteblade
Binary Puzzle Solver
|
|
[8 replies] Last: Here's my final version: // Mini-solver.cpp : main project file. ... (by Arbruteblade)
|
square, square root, functions |
|
[4 replies] Last: Hey dude i really like how this code is built but I have found you... (by MSkillet)
|
Lottery Program -still looking for someone to review latest post (1,2) |
|
[25 replies] Last: @majesticmixers, if you have program in this shape, think about sha... (by mtweeman)
|
by vulee
C++ primitive type wrapper
|
|
[10 replies] Last: I may add that the third alternative is to write a class wrapper yours... (by Bazzy)
|
by DylnCox
Software Troubles. And more :/
|
|
[2 replies] Last: Thank you, thank you, thank you! (by DylnCox)
|
by L E G I O N
How to make a random spawn generator
|
|
[2 replies] Last: thanks man (by L E G I O N)
|