by ogelami
moving a constant twodimensional array into an doublepointed int array
|
|
[1 reply] : it works. the broken part is drawMap(). I don't know what you want it ... (by hamsterman)
|
Quick question regarding text files and arrays |
|
[2 replies] Last: #include <windows.h> #include <iostream> #include <iterator> #in... (by aj3423)
|
by fhornplayer
SDL screen intialization
|
|
[1 reply] : well, nevermind.. I was, for some reason, managing to refer to back to... (by fhornplayer)
|
by jlcvt
current date for function
|
|
[4 replies] Last: All the standard C and C++ time functions are found in <ctime> http:/... (by Duthomhas)
|
by edmundlau
Using values from txt
|
|
[2 replies] Last: Thanks for your advice, I have got it done =] (by edmundlau)
|
by fatfreeninja
Array of Characters question
|
|
[4 replies] Last: Sorry, so i guess i need to know how to read the second word in an arr... (by fatfreeninja)
|
by forstudy3
Find contents in C++ data structures
|
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/find_if/ http://www.cp... (by sohguanh)
|
by goldman480
Can anyone assist in checking my code Please- Counters
|
|
[1 reply] : [co de] Your code goes here [/co de] The language(?) is case sens... (by ne555)
|
by Wongfive
Making The Program Type Slowly
|
|
[4 replies] Last: Thank you very much shredded! It really does work! (by Wongfive)
|
by NickPaul
Return by const ref or value?
|
|
[9 replies] Last: And throughout all our try-out "assign called!" is not output. So it m... (by sohguanh)
|
by vagelis
double for loop with specific values
|
|
[7 replies] Last: Although those standard makers add reference into C++, it is a contro... (by sohguanh)
|
by mothmann
Class/Subclass as Arguments
|
|
[4 replies] Last: Is that polymorphism. I want to use the exact same public member funct... (by mothmann)
|
by nickx522
toupper()
|
|
[7 replies] Last: Yes sorry, i forgot to mention the fail safes. (by leecheneler)
|
by leecheneler
Sorting a deque of struct pointers
|
|
[4 replies] Last: Thanks sohguanh for your adding. b2ee (by b2ee)
|
by Jesster125
Command Line Menu
|
|
[6 replies] Last: echo is the std::cout of batch files ;) But @echo is what you wil... (by thenewguy)
|
by yoslick11
Compliler Error
|
|
[3 replies] Last: tyvm sliced, that worked perfectly. (by yoslick11)
|
by wtf
How to resynch cout and stdio
|
|
[no replies]
|
by Kirstone
Child class access in Parent class
|
|
[2 replies] Last: Thx for reply. It makes sense :) I'll try other way (by Kirstone)
|
by wtf
Is it possible to make a copy of cin?
|
|
[6 replies] Last: Problem solved. I think. #include <iostream> #include <strin... (by wtf)
|
by danG1991
File Input with 2D dynamic char array
|
|
[7 replies] Last: Thanks for that! Gave me some great insight. (by danG1991)
|