by Sarah93
std::cin
|
|
[4 replies] Last: If you keep the scope as minimum as possible, it's not a big deal. But... (by ResidentBiscuit)
|
by edelis
C# To C++ Help
|
|
[2 replies] Last: Could you give me please the code? I just need a code, to run it in C... (by edelis)
|
by MatthewRock
Creating external resources
|
|
[1 reply] : main file: #include <directory/bigArray.hpp> x =bigArray(..,..) bi... (by gelatine)
|
Should I do it now or later? |
|
[5 replies] Last: When I did my game programming class, they also introduced us immediat... (by sfBlackfox)
|
Classes |
|
[3 replies] Last: Thanks for the help guys :) (by colourfulbananas)
|
by kmilnedc
cstring understanding
|
|
[6 replies] Last: line 124: char madLib is nonsense. Provide the count void setSpace... (by coder777)
|
by Vagabond
sorting Arrays and corresponding numbers
|
|
[3 replies] Last: Thank you I will creat a class that contains both as I want to be able... (by Vagabond)
|
by Scoobs
Basic While Loop
|
|
[6 replies] Last: A better way is to use a bool say GoodInput and test that in the while... (by TheIdeasMan)
|
by skymond
Couple of questions
|
|
[3 replies] Last: so dev c++ and VC compile it in different ways? They are different ID... (by coder777)
|
by science man
Question about cin.get
|
|
[3 replies] Last: This example is for std::cout , not std::cin but it's still relevan... (by Catfish2)
|
by science man
loop not working correctly
|
|
[5 replies] Last: [quote=QWERIYman]Also, the reason it's is that it's checking the fir... (by science man)
|
by ortymd
Tests
|
|
[1 reply] : The error is simple: Never return a pointer to a local variable (by coder777)
|
by cmhamilton
C++ Compiler for Mac
|
|
[2 replies] Last: Thank you, that is quite helpful. And no complaints about this site, ... (by cmhamilton)
|
by AaronTrahan
Dynamic 2d array with a Struct c++
|
|
[1 reply] : I have beat myself up over this a good part of the day. I took a showe... (by AaronTrahan)
|
by ToniAz
Allocating and freeing memory
|
|
[7 replies] Last: [quote=Bjarne Stroustrup]Code that creates an object using new and the... (by ne555)
|
by XzqtN
Completely Lost....
|
|
[6 replies] Last: #include <iostream> using namespace std; // function prototypes go h... (by Phil123)
|
program that calculates the value of exponential |
|
[4 replies] Last: Try using a double for the factorial calculation. Or...Go a step furth... (by closed account D80DSL3A)
|
by XzqtN
Pointers
|
|
[2 replies] Last: yeah im dumb i used double instead and it works fine now, thanks anywa... (by XzqtN)
|
by sadelbrid
Feedback and advice wanted :)
|
|
[1 reply] : What would happen if the highest was a tie between two people? Your pr... (by Zhuge)
|
by Mikemyers13
Help on Homework
|
|
[1 reply] : Sorry, we don't do homeworks. Or maybe some forum member will do for ... (by webJose)
|