Forum: C++
Jun 19th, 2008, 8:58 PM
|
|
Replies: 6
Views: 249
Re: clear the screen in linux
can anyone tell me the command for clearing the screen in linux?
i tried
system("cls")
system("ckear")
neither one of those works
|
Forum: C++
Jun 12th, 2008, 8:44 PM
|
|
Replies: 11
Views: 430
Re: Memory Leaks
oh alrighty that makes me feel better i was just curious thanks for the help
|
Forum: C++
Jun 12th, 2008, 5:34 PM
|
|
Replies: 11
Views: 430
Re: Memory Leaks
on beginner programs like the "Hello" program and just beginner programs can you cause memory leaks?
|
Forum: C++
Jun 12th, 2008, 12:06 AM
|
|
Replies: 11
Views: 430
Memory Leaks
i was reading about how programmers cause memory leaks... and i was just wondering how do you keep from causing memory leaks?? and how can you cause a memory leak??
|
Forum: C++
Jun 6th, 2008, 10:34 AM
|
|
Replies: 6
Views: 249
clear the screen in linux
i am having a problem with clearing my screen on Linux...
i have been creating a small dumb program that does nothing but i am just trying to get practice programming and i have been using windows...
|
Forum: C++
May 6th, 2008, 6:00 PM
|
|
Replies: 5
Views: 322
|
Forum: C++
May 6th, 2008, 12:49 PM
|
|
Replies: 5
Views: 322
Re: Some Beginner Questions
thanks for the help... i just goit one more questions and that is
why would you want to void type something?
like in that example why would you do that?? i thought that everything had to either be...
|
Forum: Coder's Corner Lounge
May 6th, 2008, 12:55 AM
|
|
Replies: 24
Views: 835
Re: Are you a Geek? or A Bully?
i wasnt a geek i was more of the popular kid.. there was one geek that i didnt really bully i just got really pissed and proved him wrong... he was the geek that stereo typed me. he thought that...
|
Forum: C++
May 6th, 2008, 12:38 AM
|
|
Replies: 5
Views: 322
Some Beginner Questions
I am learning out to program just for a hobby.. to learn how to program I am reading C++ without fear. If there is a better book to ready what is it?? but as for my programming questions,,
What...
|
Forum: C++
May 1st, 2008, 3:33 PM
|
|
Replies: 14
Views: 335
|
Forum: C++
May 1st, 2008, 3:21 PM
|
|
Replies: 14
Views: 335
Re: multiple values for one char
I have been messing around some more with the for statement i have a question that has 5 possible answers and do this statement
cout << "question?\n";
getline(cin,answer1);
for...
|
Forum: C++
Apr 30th, 2008, 5:17 PM
|
|
Replies: 14
Views: 335
|
Forum: C++
Apr 30th, 2008, 4:33 PM
|
|
Replies: 14
Views: 335
|
Forum: C++
Apr 30th, 2008, 4:22 PM
|
|
Replies: 14
Views: 335
Re: multiple values for one char
i just read up on the string and i get that now but the only thing that i dont get is
for(int i = 0; i < 2; i++)
Thanks for helping!!
|
Forum: C++
Apr 30th, 2008, 3:47 PM
|
|
Replies: 14
Views: 335
Re: multiple values for one char
#include <iostream>
using namespace std;
int main ()
{
char correct1 [20] = {'W','i','n','s','t','o','n', ' ','C','h','u','r','c','h','i','l','l','\0'};
char correct2 [10] =...
|
Forum: C++
Apr 30th, 2008, 3:28 PM
|
|
Replies: 14
Views: 335
multiple values for one char
i am just messing around with C++ its my first time doing stuff on my own... i am just writing a Q&A quiz... now i ask a question that has multiple answers too.. like for instance if i asked a...
|
Forum: C++
Nov 27th, 2007, 12:17 AM
|
|
Replies: 4
Views: 218
|
Forum: C++
Nov 26th, 2007, 11:54 PM
|
|
Replies: 4
Views: 218
Beginning Programming
i was just messing around with this because its my first program by myself but i am running into a problem here is my code:
// just messing around
#include <iostream>
using namespace std;
main...
|