Beginners - December 2008 (Page 13)

Modifying Old Video Games with C++??
 
I am an amateur (very amateur) game modder but one thing that puzzles me is that it would seem that ...
[2 replies] Last: Oh man, "reverse engineering" is 4-letter word when it comes to progra... (by motter28218)
Heaps
 
I am studying for my final tomorrow so i redid my heap assignment. When i run this just sits there w...
[4 replies] Last: The program is in an infinite loop because size is growing by one each... (by kbw)
by preeve
copy chars to array but remove a character
 
Hello all, I need to copy the contents of a variable (called resource) into an array (called fnam...
[1 reply] : Just use an if in your loop to test whether or not the char to be co... (by Duthomhas)
string char to int
 
how can we convert a string char to an integer??????? suppose string s1 = 23 then cout<< s1+10...
[1 reply] : There's basically two methods: The C method involves a call to atoi()... (by helios)
Deleting[] a char*[]
 
When I run the following code, the compiler tells me "Debug Assertion Failed!... Expression: _BLOC...
[8 replies] Last: new char is Java syntax What? Says who? new char (no ), new char*... (by helios)
by HJ1226
mathematics program
 
hello! i am in a beginniers comp sci class and i am trying to write a program where the user can ent...
[1 reply] : http://www.cplusplus.com/forum/beginner/6132/ (by helios)
Looping program back to the beginning
 
I have created a mortgage amorization program for school. After fixing over 100 errors I have got th...
[2 replies] Last: Thanks for your tip. Your example gave me an idea. I added a bool stat... (by mistymoon1966)
by zoldri
ASCII space invaders
 
Hi i am very new to c++ and and this forum and i am trying to make an ASCII space invaders game whil...
[18 replies] Last: i cnat figure out how to kill the bad guys; when they get shot they j... (by zoldri)
?: conditional operator
 
I am trying to use the ?: operator so that it doesn't return anything if the condition is false: ...
[2 replies] Last: Thanks for explaining :) (by user name)
by sashko
problem with function that count the symbols in identificators in *.c files
 
I need to count the symbols in identificators in .c files and I make that piece of code FILE *fin; ...
[1 reply] : All these type lines are wrong if(row !='='... (by jsmith)
by zzz
wrong answer(polynomial)
 
please take a look at this find (x-a)*P(x) //P(x) = p n x n + p n-1 x n-1 + ... + p 0 a, n, p ...
[no replies]
Can not declare an int as a number
 
Hello. I am trying to make a Tic Tac Toe program and when I have to make something to check if th...
[12 replies] Last: Oh jeez, that is pretty complicated, lol. Thanks for your help, I'll t... (by bluezor)
program which checks the answers to a test-paper
 
i have to solve this problem and i dont know how: At an exam the students have to answer 30 qustion...
[1 reply] : No one will do your homework for you, so please dont ask "solve my pro... (by Scipio)
by II15X
Does it hurt to have to many Directory?
 
I realize at first this sounds confusing, and if you get it, it sounds stupid. But I was wondering i...
[5 replies] Last: Whoops. I did mean compile time. One of these days I'll learn to spe... (by g0dwyn)
Two-Dimensional Array
 
For some reason every time I run this code: #include <iostream> using namespace std; int mai...
[2 replies] Last: Thanks (by willia23)
by Sathed
classes and vectors
 
Okay, so I'm having a bit of a problem... I'm trying to open a .txt file, if it opens, send the str...
[2 replies] Last: For what concerns your constructors, you have to remove the void typ... (by Bazzy)
by sweni
Snake (Blinking problem)
 
Hello everyone I have a problem with my snake game. When i play it blinking because i use system("cl...
[2 replies] Last: Not really, you could avoid blinking just by redrawing characters need... (by Bazzy)
already defined in functions.obj
 
Greetings all and thank you in advance for any help you can provide. I am relatively new to C++. I...
[7 replies] Last: I have discovered that if I make my functions file a functions.h file ... (by Fredbenz)
by rom87
Simple word encrpt
 
Hi for some reason when words are entered there is a extra decrypt value ? also how would i make sc...
[no replies]
c string question
 
i have a question that confusing me alot we know in c++ to declare an pointer-based string we use ...
[4 replies] Last: Line 8 is wrong... you need to make a char array instead. thank y... (by yamen ajjour)
December 2008 Pages: 1... 1112131415... 17
  Archived months: [nov2008] [jan2009]

This is an archived page. To post a new message, go to the current page.