Simplify: How Do I Make This Simpler? |
|
[7 replies] Last: Thank you Chervil, greatly appreciated. -Incline (by InclinedToFall)
|
by riechan
Data structures and functions?
|
|
[2 replies] Last: Thanks. Solved this problem for the most part but I got an error in th... (by riechan)
|
by hogwheeley
count controlled while loop
|
|
[3 replies] Last: i fixed it i was using infile >> instead of getline(). thankjs (by hogwheeley)
|
by sachin6
string logical question
|
|
[5 replies] Last: try = "network" (by closed account Dy7SLyTq)
|
by efalu
Iterating through a list of lists
|
|
[6 replies] Last: Yes, the last one works perfect and it is far simpler than my first at... (by efalu)
|
by munjo5746
Question on bits and Huffman encoding!
|
|
[no replies]
|
by hogwheeley
sentinel controlled looop
|
|
[5 replies] Last: sorry for the vagueness. i have an input file that has a bunch of num... (by hogwheeley)
|
by Ch1156
Am i doing virtual functions right? (1,2)
|
|
[28 replies] Last: Well you said to find some classes and look them over so i did. Well... (by andywestken)
|
by systemerror
How to make Try Again in my Atmosphere program?
|
|
[4 replies] Last: @TrulyRazor bool bAgain = true; while(bAgain) { I wouldn't have... (by TheIdeasMan)
|
by elfeck
Questions to memory allocation
|
|
[14 replies] Last: You're welcome :) (by MikeyBoy)
|
irrklang questions |
|
[9 replies] Last: You have been helping me all orning :) (by Johnny111111111)
|
by elfeck
Deleting statically allocated memory
|
|
[6 replies] Last: The question was more of a hypothetical nature. Thanks for your replie... (by elfeck)
|
Windows custom icon syntax error, but were!?!?!?! |
|
[2 replies] Last: Oh, okay it worked. Thanks a bunch. (by Johnny111111111)
|
by GoranGaming
Editing A Text File
|
|
[1 reply] : This is my code: #include <iostream> #include <fstream> #include <s... (by GoranGaming)
|
by GoranGaming
File Output
|
|
[2 replies] Last: I found what was wrong now, I had the file in the wrong folder so the ... (by GoranGaming)
|
by beginner123
question about file transfering
|
|
[5 replies] Last: it is (by coder777)
|
by CharChen
How to get the size of an array?
|
|
[5 replies] Last: There is such a function as std::extent in C++. You can use it to dete... (by vlad from moscow)
|
Quick variable question |
|
[2 replies] Last: Thanks for the help, thats exactly what I did I just put it in a while... (by Ryan Kalbfleisch)
|
Nim game. small issue. |
|
[2 replies] Last: No, the furthest we've gotten is basic arrays. Thank you for catching... (by Ryan Kalbfleisch)
|
Binary Code Breaker game... Stuck. |
|
[4 replies] Last: You're welcome any time, and Yes you're totly understood the program ... (by closed account 28poGNh0)
|