by Jepickle
Writing data to txt file
|
|
[1 reply] : for(int x=0; x<4; x++) { fFile.getline(s .name,30); fFile >> s .... (by paulthepenguin)
|
by niba10
C++ destructor
|
|
[1 reply] : What? It doesn't actually sound like your class needs a destructor (I... (by ascii)
|
by chirrrs
Output with structs
|
|
[2 replies] Last: Well, I think I see what the issue is. It works fine, so long as the ... (by chirrrs)
|
by dellskii
Help Help Help
|
|
[no replies]
|
Implicit Conversion Operators |
|
[12 replies] Last: Your assistance is well appreciated, JLBorges :) I feel more knowledge... (by closed account zb0S216C)
|
by needhelp2345
Really lost. Can someone help?
|
|
[no replies]
|
by Lhimez
Compilers
|
|
[7 replies] Last: Now you made me change my mind :/ (by Lhimez)
|
by chiritso
how to make a default message for wrong input (1,2)
|
|
[21 replies] Last: The main problem is that sync() is unreliable, what it does (or if it ... (by Athar)
|
by scarywoody
Is there a more efficient way to write this chunk of code?
|
|
[11 replies] Last: No better that JLBorges' code when it comes to performance, but if you... (by andywestken)
|
by ddevlin1
Taking in multiple user inputs at once
|
|
[1 reply] : you can use getline(cin, var) or you can use getline(cin, var, until).... (by newbieg)
|
by mamu144
Vectors and Pointers
|
|
[2 replies] Last: Oh, I see. Thanks, that helped quite a bit! (by mamu144)
|
by mikevets
Class and Object
|
|
[2 replies] Last: Hi, newbieg, Thank you for the reply. Sadly, in my sourcecode, every... (by mikevets)
|
by epicblue
Reading txt file into 2D Array.
|
|
[no replies]
|
Why is wxwidgets bad on codeblocks? |
|
[8 replies] Last: If you're using a sizer, you obviously can't specify the absolute coor... (by hanst99)
|
by ettedo2000
returning a value of an array function
|
|
[3 replies] Last: Figured it out after studying the book again and reevaluating the prob... (by ettedo2000)
|
by wadaah
Recursively Pointing 2 Linked List
|
|
[1 reply] : Could someone give me idea, please... (by wadaah)
|
by ozone
POINTER ISSUE
|
|
[1 reply] : int x; int* p; p=&x; //assigns the address of x to the pointer variab... (by Athar)
|
by Omar Alamy
Diagnolizing matrix
|
|
[1 reply] : bump. (by Omar Alamy)
|
Help with passing an array of class type to a function |
|
[1 reply] : You can use a nested loop. bool detectCollisions(Ship ships , int numb... (by Peter87)
|
by ldima
can't write on a txt!
|
|
[no replies]
|