Functions to help beginners. |
|
[2 replies] Last: Good Point, just thought I would help. Some people learn from not only... (by closed account N7960pDG)
|
by supernoob
Question about Pointers
|
|
[1 reply] : #include <iostream> int main () { int firstvalue = 25 ; int ... (by JLBorges)
|
by kromansa
Bool statement not working, PLEASE HELP!! PROJECT DUE 8/5/15
|
|
[10 replies] Last: Yeah the space bar was the problem.. THANKS SOO MUCH!!! (by kromansa)
|
by ellimist14
Some simple database questions
|
|
[1 reply] : If I was going to put something like that online I'd probably use acce... (by SamuelAdams)
|
by kromansa
Bool statement not working, PLEASE HELP!! PROJECT DUE 8/5/15
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/170890/ Please don't double p... (by Hippogriff)
|
by Outlaw782
Using Modulus operator?
|
|
[1 reply] : where do you check to see if it's divisible by 3 or 5 ? you also have... (by SamuelAdams)
|
by douglasmchen
STL sort() function and accumulate() function
|
|
[6 replies] Last: Thanks for your advises. I am totally a newer for C++ :) (by douglasmchen)
|
by DannyL
Arghh char help!
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { char deci... (by CodeWriter)
|
by koko123
Decimal to binary conversion
|
|
[2 replies] Last: You must be careful to separate the printout or string input of a numb... (by CodeWriter)
|
by sondsk
set<> with pointers
|
|
[3 replies] Last: Using pointers is necessary if you want a two-way relationship. perso... (by Peter87)
|
by greenmort
file input-output and virtual functions
|
|
[1 reply] : What is the expected output and what are you actually getting? You ha... (by closed account E0p9LyTq)
|
It's not outputting what I want. |
|
[11 replies] Last: Thanks again JLBorges it make sense now. I guess I need to review co... (by closed account yR9wb7Xj)
|
by PSYCHAMERON
How to write objects to file...
|
|
[7 replies] Last: Thanks to all... It was helpful. Now I understand something. (by PSYCHAMERON)
|
by am71
Need Help Quick! Full Project
|
|
[2 replies] Last: I'll give you a couple of pointers to know where to start: 1. Process... (by closed account E0p9LyTq)
|
by sevengreen7
Program with vectors fails
|
|
[3 replies] Last: > would bleep method work better? bleep = "bitch" ; won't work at... (by JLBorges)
|
by krcm0209
Program using linked list crashes at runtime, no compile errors or warnings.
|
|
[5 replies] Last: Copy constructor line 19 in your copy contructor code doesn't look ... (by andywestken)
|
by alexred
Prime number checker 0.1
|
|
[2 replies] Last: It is a very good start. Checking primes is actually a pretty involve... (by Duthomhas)
|
by Kairo
Novice Game Dev. Looking for excercises to write better code!
|
|
[no replies]
|
by TheToaster
MinGW W64 NOT RECOGNIZING std::thread!
|
|
[19 replies] Last: As already given you by JLBorges , you'll need TDM-GCC-w64. It is spe... (by Duthomhas)
|
by Pter0dactyl
socket status
|
|
[3 replies] Last: You could try select() but again, the implementation on Windows (which... (by Computergeek01)
|