Confused about what a template dose |
|
[3 replies] Last: Templates enable code reuse, by allowing a function or class to work w... (by nkendra)
|
by Isengardium
Calculator
|
|
[1 reply] : Sorry, just figured it out! (by Isengardium)
|
by DrZoidberg
String or int as part of variable name
|
|
[18 replies] Last: No worries - glad you managed to find the problem. (by MikeyBoy)
|
by Nuno Santos
Reading some lines with diferent variables
|
|
[12 replies] Last: Hi... Sorry for the late reply. Thanks all for your help. I already... (by Nuno Santos)
|
by Himansh
How to change returntype of function during runtime?
|
|
[7 replies] Last: @andywestken Thanks for your precious advice. :) -Himansh (by Himansh)
|
Help with fscanf() |
|
[6 replies] Last: I'd like to point out that since you are using C++, you shouldn't be m... (by Duthomhas)
|
by Blank
adding two random numbers..
|
|
[1 reply] : quite a relevant example here: http://www.cplusplus.com/reference/cstd... (by mutexe)
|
by Eufonious
Reading txt file in to an char* array.
|
|
[10 replies] Last: I didn't log in in the weekend, so you might have completed it. Here i... (by tath)
|
by Imme
Word Guessing game!
|
|
[1 reply] : Read and Learn only then you can earn ;) i mean points in exam. I th... (by ErrorFree)
|
by hamster28
SDL Init problem
|
|
[3 replies] Last: You have to link the include folder, the lib folder, and then put the... (by giblit)
|
Pointers to functions |
|
[2 replies] Last: If you're using C++11, it's a lot easier to use function objects: #... (by Disch)
|
by giblit
Simple compiler/langauge
|
|
[15 replies] Last: Like a normal windows. Also yeah under the flags I have c++11 enabled.... (by giblit)
|
by send
No matching function for: insert
|
|
[5 replies] Last: This code I found in the net. It is solving of one of handbook task. T... (by send)
|
by robgeek
[SOLVED]"Segmentation fault" error with "strncpy" function in
|
|
[4 replies] Last: vlad and smac89. Thanks for your help. Now everything is working fine! (by robgeek)
|
by lmsmi1
OpenGL Console (Fullscreen)
|
|
[2 replies] Last: So I've stripped the console of all styles and get this: http://www.i... (by lmsmi1)
|
Tic Tac Toe |
|
[16 replies] Last: #include <iostream> #include <string> #include <cstdlib> //lib for p... (by SkyDriver2500)
|
by MoLAoS
String Error
|
|
[6 replies] Last: More like I have an undefined level of intelligence. Sometimes I work ... (by MoLAoS)
|
by geezle86
How to Store the Last Data ?
|
|
[2 replies] Last: Oh my god, I LOVE YOU SO MUCH giblit :* Thanks :) (by geezle86)
|
by klay2
console game
|
|
[6 replies] Last: Define please. Also lets look at your code.. 1) you are using goto I... (by giblit)
|
Returning by reference |
|
[9 replies] Last: @JLBorges Though I mentioned that my school teaches me using Turbo ... (by The illusionist mirage)
|