by Jun77
got some different errors.plz help me out
|
|
[2 replies] Last: No brother i didn't use bb-codes . second, i am calling a function th... (by Jun77)
|
by skorefish
Can C++ do this???
|
|
[2 replies] Last: thanx a lot for the quick answer!!! So I need to learn operator overlo... (by skorefish)
|
by quan1506
Problems with Arrays of Strings
|
|
[4 replies] Last: > Never use gets(). Because it is impossible to tell ... Because get... (by JLBorges)
|
by shadder
learning to write a function
|
|
[7 replies] Last: thankyou all..... got it :D (by shadder)
|
by kjellb
Put intergers from textfile into arrays!
|
|
[1 reply] : you would need to read the file line by line and then check if the val... (by rafae11)
|
by deathslice
A More efficient way of doing it
|
|
[3 replies] Last: It is range-for loop: http://en.cppreference.com/w/cpp/language/range-... (by MiiNiPaa)
|
by Jun77
how can i save data in file using double link list?
|
|
[no replies]
|
by lays
size_t is unsigned, but built-in subscripts can be negative
|
|
[4 replies] Last: thx alot (by lays)
|
by CGunn86
Class variable naming guidelines?
|
|
[2 replies] Last: Makes sense and I like your g_ and m_ solution. Appreciate the feedbac... (by CGunn86)
|
by bigzigzag
Output won't move across the screen
|
|
[1 reply] : while (count > 15 || index < 70) This statement is false right away... (by shacktar)
|
by antoniox3
Having problems with my cin
|
|
[2 replies] Last: Ok gotcha that makes sense thanks for the help. (by antoniox3)
|
by EdJones33
bad evaluation of main() return of -1 by OS
|
|
[3 replies] Last: > The book said I should get an error message when that happens > but ... (by ne555)
|
by kong288
Is there a point on deleting memory at the end of a program?
|
|
[3 replies] Last: Wasn't it better storing it on the heap rather than on the stack if yo... (by Delshire)
|
by Dinot
std::cin not working
|
|
[5 replies] Last: Try std::cin.clear() ; http://en.cppreference.com/w/cpp/io/basic_io... (by JLBorges)
|
by b1gzz
Else statement not working
|
|
[3 replies] Last: Sometimes I can be really dumb ._. Damn. Thanks. (by b1gzz)
|
by Matas
Array
|
|
[2 replies] Last: Don't you have any code to show us? With just a question like that, w... (by disturbedfuel15)
|
by wolfv
C++ library questions
|
|
[3 replies] Last: I personally found it pretty hard to find example C++ Libraries, and m... (by Spikerocks101)
|
by xenovia12
guys what's wrong with this?
|
|
[1 reply] : merry christmas! (by rafae11)
|
by darkmage06
Arrays
|
|
[18 replies] Last: @darkmage06 You could do it this way. [In C++] #include <iostream>... (by whitenite1)
|
Multiple delimiters in regex |
|
[7 replies] Last: Why actually use regex on this task? Isn't it an overkill? Good old st... (by MiiNiPaa)
|