by redfury
Error in the returning of a pointer char function
|
|
[3 replies] Last: Thanks for the replies, guys! :) I got it working by this code, #i... (by redfury)
|
.txt to 2d array |
|
[4 replies] Last: Thank you so much (by Jack Van Stone)
|
by kmce
ifstream, reading from text file
|
|
[6 replies] Last: Line 7: getline() is going to read the whole line into line, so line ... (by AbstractionAnon)
|
reading from a .txt file |
|
[2 replies] Last: I am so sorry for not using the code tags Thank you very much, your ... (by Jack Van Stone)
|
.txt to c++ |
|
[4 replies] Last: Problem solved, thank you, guys (by Jack Van Stone)
|
by Chris26
rand() random numbers between 1-10 but not allow specific numbers
|
|
[16 replies] Last: [quote=dutch]I've noticed you saying a number of stupid things. You ar... (by Grime)
|
by Chris26
Help with Arrays
|
|
[5 replies] Last: to reset square, consider... const char orig = {'1','2','3'}; //you c... (by jonnin)
|
by wirelesskill
OOP C++ Classes (1,2)
|
|
[26 replies] Last: Hah thanks! I guess. I was just having trouble understanding the proce... (by wirelesskill)
|
by Handy Andy
c++ structure
|
|
[7 replies] Last: So an account gets banned after it gets two of its posts reported? Tha... (by Grime)
|
by Bulbasheen
What is worng with my line writing code?
|
|
[1 reply] : Use cin.getline(), newer compilers don't have gets() in <cstdio> (C++1... (by Grime)
|
by redfury
Problem in swapping of array indexes
|
|
[2 replies] Last: Oh, God! I didn't put a '=' there, I instead put a '-' there.. It was... (by redfury)
|
by odo
'C' Recursive -Hanoi towers- Any help to understand
|
|
[2 replies] Last: im tryng thks (by odo)
|
by Chris26
equal in algorithm.h and userdefined equal
|
|
[2 replies] Last: Your user-defined function will test for equality regardless of case ... (by lastchance)
|
by Bopaki
I have a program with all the seven files together and it runs fine
|
|
[2 replies] Last: I noticed this, you're declaring temp, candidateType temp; , and neve... (by Grime)
|
by orlando2189
Difficulty determining a winner in tic tac toe.
|
|
[2 replies] Last: Grime, Thank you very much that did the trick. I was not thinking tha... (by orlando2189)
|
by yat89
partial_sum of 2d vector
|
|
[7 replies] Last: Oh, that why i can't get the result. I didn't reserve space for the re... (by yat89)
|
by BIGB185
Ascending order
|
|
[2 replies] Last: Hello BIGB185, If you do not want to rewrite your program as JLBorges... (by Handy Andy)
|
by box231
why is this boroken?
|
|
[3 replies] Last: Go to the CB compiler settings and make sure it is set to be using the... (by Duthomhas)
|
by Monzaku
Set up variable in const char?
|
|
[2 replies] Last: Oh sorry about that. I misunderstood the concept and the certificate i... (by Monzaku)
|
by FreeThinker
Using rand and while loops for Selection Menus?
|
|
[2 replies] Last: Hello Dylanblitz, PLEASE ALWAYS USE CODE TAGS (the <> formatting bu... (by Handy Andy)
|