by Ch1156
Really weird problem
|
|
[2 replies] Last: Every time you use the >> operator the program is waiting for you to h... (by Lowest0ne)
|
by kassik
returning a 2d array from a function
|
|
[1 reply] : > I want to call a function doing a few works in a 2d array and then r... (by JLBorges)
|
by icegood
variable of template class
|
|
[5 replies] Last: Oh sorry. I didn't pay attention to that the template argument was not... (by Peter87)
|
by Owain
dynamic_cast, static_cast and reintrepret_cast
|
|
[13 replies] Last: AFAIK the only time they perform a reinterpret_cast is when doing a s... (by clanmjc)
|
by anreese1
help pleaseee!
|
|
[5 replies] Last: You are welcome & thank you (by vichu8888)
|
by Aceix
Meaning of stack, buffer and heap.
|
|
[11 replies] Last: Thank you very much. Problem solved. Aceix. (by Aceix)
|
by jlmckelvey91
c++ help
|
|
[3 replies] Last: thank you. and sorry about that, I'm new to this website. (by jlmckelvey91)
|
by devonrevenge
is it codeblocks that doesnt like string? cant debug my code untill i know its not a compiler bug
|
|
[3 replies] Last: It's not a compiler bug. That's generally the last place to look for p... (by Chervil)
|
by geowalsh3
Nightmare working with array
|
|
[2 replies] Last: Thank you for your reply. I noticed the change with total. If you ta... (by geowalsh3)
|
by irichard
C++ prime number program
|
|
[1 reply] : I hate giving this answer, but please - search it here or in google. I... (by tath)
|
by vichu99
If its not nth power of 2, break
|
|
[2 replies] Last: 1. make sure you have inserted math header file 2. pow doesnt work fo... (by vichu8888)
|
by den213
Random numbers, Display the highest, second highest, and the lowest number.
|
|
[2 replies] Last: it still displays the duplicate. ex set. 15 12 15 13 8 6 4 5 9 10 it... (by den213)
|
Help with If Statements |
|
[3 replies] Last: thank you guys very much! all of it helped and hopefully ill avoid it ... (by mckizzlealmond)
|
by chameleon
template curiosity
|
|
[1 reply] : Perhaps the simplest way is to use two type parameters for the templat... (by JLBorges)
|
by s123456
Read and write to a text file
|
|
[4 replies] Last: i can't specifically extract the numbers from data.txt instead of cre... (by s123456)
|
by jeaninem71
Getting program to exit with user input
|
|
[1 reply] : case 'E': cout << "E - Exit Program" << endl << endl; ... (by TheJJJunk)
|
by Nick3306
How to check a string for digits
|
|
[3 replies] Last: oh well i tried. (by Aramil of Elixia)
|
ad hoc scanner issues, unable to determine the problem |
|
[1 reply] : In checkForDecimal: I don't think you want to do the x--. In checkFor... (by histrungalot)
|
by aaronfue
While & do while loop
|
|
[1 reply] : What is the question? If you just want to know the values for the vari... (by maeriden)
|
by twitticus
Returning Errors
|
|
[2 replies] Last: Ok, thank you maeriden for the tips and the help! (by twitticus)
|