by papagym177
Registering on Code:Blocks Forum
|
|
[2 replies] Last: Good idea, I'll try that. Thanks for the http link. (by papagym177)
|
Memory leak problem. C++ Task Manager! |
|
[1 reply] : http://www.cplusplus.com/forum/general/112111/ http://www.eelis.net/is... (by ne555)
|
by StringTheory
Need a new set of eyes
|
|
[2 replies] Last: Perfect - fixed. Thank you! (by StringTheory)
|
by taylorham19
string help/errors
|
|
[9 replies] Last: #include <cstdlib> #include <iostream> #include <string.h> using nam... (by CodeGoggles)
|
by ASCII14
Passing Pointer Arrays
|
|
[2 replies] Last: Thanks a lot! (by ASCII14)
|
by taylorham19
Trouble Printing an Array
|
|
[1 reply] : names ==32; on line 25. Why do you have comparison happening here? ... (by CodeGoggles)
|
by ibasraeehilm
help with an error (1,2)
|
|
[20 replies] Last: i will work on that thank you:) (by ibasraeehilm)
|
by Sharan123
Using text file data in c++
|
|
[4 replies] Last: :D thank you it works but i don't understand how (by Sharan123)
|
by zxx
How do i create a program to switch a iterative using one loop?
|
|
[2 replies] Last: void iterative (int a ) { int max; max=10; for (int i =0; i<max; i... (by Pter0dactyl)
|
by cannedfruit
Problem with fstream
|
|
[2 replies] Last: Thanks A lot, You fixed my problem! (by cannedfruit)
|
by forxout
Spaceship invaders
|
|
[2 replies] Last: Thank you very much, it really helped. Now I'm going to code it. (by forxout)
|
by LayMuon
size of array
|
|
[9 replies] Last: I see, thanks. (by LayMuon)
|
by samop
Using std::to_string
|
|
[3 replies] Last: Hi guys It worked with subwin->doco->setPlainText(QString("You ty... (by samop)
|
by segurivirix
How to insert value in Vector (Dinamic Array) using For?
|
|
[3 replies] Last: for(;false;); //Hey, I have used "for" Serious version: bool Co... (by MiiNiPaa)
|
by phztfte1
Data Entry Problem
|
|
[3 replies] Last: Thanks to both of you. Here's the final solution: getline(cin >> ws,... (by phztfte1)
|
HELP |
|
[3 replies] Last: line 29 - you're missing a closing " for the block of text that starts... (by wildblue)
|
by Auroch
Counting words in file
|
|
[4 replies] Last: Oh... Hey @Chervil, first off thank you so much, your explanation make... (by Auroch)
|
by slk6556
any one can help me...
|
|
[4 replies] Last: thanks .. now i'll try what to do ; :) (by slk6556)
|
by locolo
Insert char inside string
|
|
[5 replies] Last: why guess doesn't go into the array?? used_letters = guess; an then ... (by locolo)
|
to pass pointers to functions (pass by pointer). |
|
[1 reply] : On line 10, you are using "pX" instead of "p". [code firstline=10] do... (by Daleth)
|