by jbf2013
Reading file line by line into string
|
|
[5 replies] Last: Even if you are "restricted to basics" you can take inspiration from l... (by cire)
|
by barcandy
Reading a file and printing it
|
|
[1 reply] : > How do I print this out a .txt file like output.txt? In exportTab... (by JLBorges)
|
by Murozo
C++ Windows 1998 Start Home Animation
|
|
[no replies]
|
by Murozo
C++ Google Animation
|
|
[no replies]
|
by Murozo
C++ Minecraft Herobrine Animation
|
|
[no replies]
|
console game to windowed game |
|
[7 replies] Last: lol I've played Dwarf Fortress once. I wonder how they made their grap... (by dudeawsomeness1)
|
should i use a recursive function or a "for" loop to calculate the factorial of a number? |
|
[2 replies] Last: neither. use a lookup table of about 25-30 values, unless you are pul... (by jonnin)
|
Please help with multiarray |
|
[1 reply] : bump (by needhelpplease11)
|
by jafa
How do I validate letter grade is valid?
|
|
[2 replies] Last: Thanks JLBorges so much!!! (by jafa)
|
by Kira100000
Quadratic Equation Code
|
|
[3 replies] Last: basically,you don't need a class to do this. as jonnin said,you can de... (by Syrian Lucianos)
|
by fireblz5
String & File input
|
|
[11 replies] Last: #include <iostream> #include <string> #include <fstream> #include <ss... (by fireblz5)
|
by hetheria
Storing information from a txt file
|
|
[no replies]
|
by PirateCat
Recording the frequency from an ngram
|
|
[1 reply] : Stop ignoring the return value for generate_ngrams and see http://en... (by cire)
|
by Guy Eman
<< operator error syntax near cin "endl"
|
|
[1 reply] : Cin loads data into variables, endl is used when you want to print a n... (by TheHardew)
|
by DragonOsman
PPP2 Chapter 12 12.7 Images
|
|
[no replies]
|
by TheHardew
Storing creatures in a fighting simulator?
|
|
[no replies]
|
by PirateCat
Map to String
|
|
[2 replies] Last: Thank you! That helped me and I was able to come up with this to get t... (by PirateCat)
|
by sylvain
Can you complete this 'class" example
|
|
[2 replies] Last: Thank you, Cubbi, for your reply. There must be hundreds of creators o... (by sylvain)
|
by merish5
Help me find my mistakes PLEASE!
|
|
[2 replies] Last: #include <iostream> #include <iomanip> using namespace std; int mai... (by closed account 48T7M4Gy)
|
by RvBVakama
not initialized
|
|
[5 replies] Last: Sorry gunnerfunner :( (by RvBVakama)
|