by sh129951
Structs problem
|
|
[1 reply] : I'm a little confused regarding what these functions are supposed to... (by Stewbond)
|
by ET21
ifstream and outside file in a function
|
|
[14 replies] Last: I'm still getting the same errors even after changing that. I don't kn... (by cardinals1968)
|
by dedeler
Hi;About, C4716 Error: Must return a value
|
|
[7 replies] Last: On line 16 you declare that it exists, but you do not give it any valu... (by LB)
|
by ghostcode
count the numbers below the average
|
|
[2 replies] Last: Computergeek01 your suggestion did not work still have the same output... (by ghostcode)
|
by kyranstar
Roguelike Item creationg and optimization
|
|
[1 reply] : void Draw() { for(int a = 0; a < MapSizeY; a++) { ... (by kyranstar)
|
by xanimeangiex
Linker Error? (VS 2012)
|
|
[2 replies] Last: Thanks for the input LB, but I solved the problem. If this happens t... (by xanimeangiex)
|
by Skynet
How can I break up a word?
|
|
[1 reply] : Try it! Show us your results. Then someone may help you. (by tcs)
|
by high
how can i make this program enter this file (arguments) and its content from screen (not as command line arguments)
|
|
[1 reply] : Despite your horrible indentation (use C-Program please to forma... (by tcs)
|
by jeaninem71
Find duplicates before inserting into doubly linked list
|
|
[2 replies] Last: ... or read a number at a time ... (by tcs)
|
by dekeenfrance
binary function compile error
|
|
[5 replies] Last: Thanks for the replies. I added std:: and that works. Just forgot this... (by dekeenfrance)
|
How to make my own cin from istream |
|
[9 replies] Last: I've just been working with C++ long enough. If you want to learn all ... (by Cubbi)
|
by den213
Stack and queue programs
|
|
[4 replies] Last: We need to create a lot of programs using this stack and queues. May... (by tcs)
|
by Vidminas
Character movement
|
|
[5 replies] Last: Ok, haha, I solved this myself :) The problem was that the line curr... (by Vidminas)
|
by tupher
How can i change the font and the font size in console?
|
|
[no replies]
|
Really large prime numbers |
|
[5 replies] Last: thanx guys.. that was really helpful.. (by saurabhkoolkumar)
|
C code to C++ |
|
[4 replies] Last: Well, without using std::reverse, and using std::stack: #include <i... (by ajh32)
|
by Duffles22
Help With Binary Search Tree
|
|
[2 replies] Last: Thanks so much, been trying to figure out what was going on for about ... (by Duffles22)
|
by dahin
How can insert value in structure vector?
|
|
[5 replies] Last: - That method would also work. (by thejman250)
|
by Jose94ji
Please Help!!
|
|
[1 reply] : adjust it as you want,,, #include <iostream> using namespace std; ... (by joneele)
|
by oudavid1
Singly linked list of structs (1,2)
|
|
[37 replies] Last: [quote=oudavid1]the friend function of ostream It's a friend function ... (by LB)
|