by gta100
How to stop user input by typing a specific string?
|
|
[4 replies] Last: Uhh, I suppose you could do it like this: while (name != "NOMORE") { ... (by Phil123)
|
by Dan Feerst
path vector to character array
|
|
[1 reply] : Is it a vector of strings? If it is you can use the .c_str() member fu... (by Computergeek01)
|
by dale1314
Help!
|
|
[7 replies] Last: Use notepad++ very good (by Aceix)
|
by hitholdir
strtol
|
|
[2 replies] Last: oh, so thats why if change it to 3 it only allowed numbers [0,1,2] but... (by hitholdir)
|
by ajbm6
HELP!
|
|
[4 replies] Last: the function and the loop.. (by ajbm6)
|
by pfpietro
problem with signal() and kill() functions
|
|
[3 replies] Last: If fork() returns 0 then you are in the child process, so the parent w... (by mik2718)
|
by brking01
beginners
|
|
[8 replies] Last: Back in my day, I didn't have internet to ask for help. Taking program... (by Volatile Pulse)
|
by tone
Next prime number
|
|
[6 replies] Last: 1_ Instead of the inner loop, call a function for(int candidate = n+1... (by ne555)
|
by hitholdir
Array of structs - deleting/adding elements and printing
|
|
[5 replies] Last: As for deleting/creating objects, I'm not very familiar with C in th... (by Lowest0ne)
|
by sepetoner
If I give a user a choice between 3 objects, how can I use the one he chose for the rest of the program?
|
|
[5 replies] Last: I used a pointer because I had to. The benefit is that I know there w... (by Lowest0ne)
|
by vichu8888
Definition of question needed
|
|
[2 replies] Last: Thank you very much vlad! I was planning to printing each model 1.co... (by vichu8888)
|
by smile58
Data file handling!
|
|
[3 replies] Last: This is what i did i dont know where do i do changes for I am making ... (by smile58)
|
by takzee
overloading <<
|
|
[7 replies] Last: Somehow I moved the function out of the class and it works just like s... (by takzee)
|
by prabhanuka
Area Cube
|
|
[6 replies] Last: Thank you (by prabhanuka)
|
by prabhanuka
Stuck in Global Variables
|
|
[6 replies] Last: Thank you very much (by prabhanuka)
|
by LaC0saNostra
Payroll Program W/ Employee Class
|
|
[4 replies] Last: I figured it out! Here is my final product: #include<fstream> #inclu... (by LaC0saNostra)
|
by Naximan
MenuStrip Action Function
|
|
[2 replies] Last: Thanks for your help, I'll check it out in the morning -yawn- But yea... (by Naximan)
|
by Madguy
Simple while question
|
|
[6 replies] Last: Could you post all of your code so we could examine it? (by closed account 17pz3TCk)
|
by Colvillain
Problem with easy solution
|
|
[4 replies] Last: Thank you, it works fine now. I knew generally how if statements worke... (by Colvillain)
|
by carlosmg1982
Armadillo and XCode
|
|
[4 replies] Last: Ok...so, I could not make it work. However, I switched to Eclipse, and... (by carlosmg1982)
|