by Mikko1
If else statement doubt
|
|
[2 replies] Last: :S This is logic problem. Your code does exactly what you wrote, but... (by Shinigami)
|
by onetime47
C++ magic square help.
|
|
[5 replies] Last: Ok so I talk to my professor and he said that we cannot use loops beca... (by onetime47)
|
by yoko
Number check in an eof, adding the numbers, and check digit in?
|
|
[1 reply] : end of file is bool function that returns true if the file pointer is ... (by ui uiho)
|
by jason9559
using classes, struct, int, char or the like in other .cpp or h files
|
|
[2 replies] Last: #include "example.h" Use quotes for files in the same directory. (by Lowest0ne)
|
by vega512
creating a function which takes in two arguments(words) and checks if one is present in the other
|
|
[5 replies] Last: cout is a function. and i only used std::string which you use and a ve... (by ui uiho)
|
by Ryan Bush
String streams!
|
|
[16 replies] Last: No problem. (by CJC0117)
|
by chaossettler
Please help me xplain...
|
|
[4 replies] Last: No, N should not be changed. The for just verifies whether j fits the... (by frema)
|
by ND04
Help with trivia program
|
|
[3 replies] Last: that is wrong. read the second post in the beginner forum and that exp... (by ui uiho)
|
by kanaosa
Guessing game-help me with my assignment please..... (1,2)
|
|
[22 replies] Last: there is no way to rewrite an actual random number. you can do clock()... (by ui uiho)
|
by rsh0117
Square Root Function
|
|
[9 replies] Last: figured out the do-while. I shouldn't of included that code below the ... (by rsh0117)
|
by cpplover
is there a way to measure time elapsed using a c++ program?
|
|
[3 replies] Last: hey look at this just do some adjustments.. /* difftime example */ #... (by unixbased)
|
by TNavy99
Line Output. (homework)
|
|
[2 replies] Last: Thank you! I will use that logic! Thanks for the direction (by TNavy99)
|
by ProDragster
NFS World HACK
|
|
[5 replies] Last: This is a forum for programmers, not gamers. Navigate towards this sit... (by closed account zb0S216C)
|
Array size question |
|
[7 replies] Last: [quote=Gaminic]On this topic: If there is no way to find the size of t... (by Duthomhas)
|
by Ch1156
Dinosaur battle game
|
|
[18 replies] Last: It can make your job easier, you can create a "Basic" Dinosaur, and cr... (by S G H)
|
by Dmahn
infinite while loop
|
|
[2 replies] Last: Get rid of the do/while loop. So then you would just have: for (a = ... (by long double main)
|
by demetri90
assignment: replaceSubstring Function (1,2)
|
|
[23 replies] Last: if string1.substr(starting from i, to the length of string 2, equals ... (by Athar)
|
by byronflds
can someone help me with this homework problem?
|
|
[5 replies] Last: wow, it definitely worked lol. i understand now thanks. if you dont ... (by byronflds)
|
How long do you think it took to make this game? |
|
[4 replies] Last: Well yeah, I just me like how the entire game works, looks and runs, I... (by facebookisgayyy)
|
by deeburt
Having problem with function to set bits
|
|
[5 replies] Last: Got everything working, thanks for the help JLBorges! (by deeburt)
|