Beginners (Page 4)

if - else problem
 
Hello guys, I have a real headache with program execution using the if - else keywords. This is ...
[8 replies] Last: line 30: else if(your code```) (by amchinese)
Keylogger help required
 
Friends i have started coding simple keylogger but i am facing problems when i press speacial charac...
[2 replies] Last: int ToAscii(UINT uVirtKey,UINT uScanCode,PBYTE lpKeyState,LPWORD lpCh... (by amchinese)
For loops
 
hi guys, i would like to print something like 3 2 1 2 1 1 or 1 2 1 2 3 2 1 2 ...
[1 reply] : Mess around with it. #include <iostream> int main() { int a(4);... (by Bourgond Aries)
by soori
debug in C++
 
Hello all thanks for adding me to c++ forum. am newbee to c++ programming I would like to know if de...
[1 reply] : You can use gdb. Compile the file with the -g flag and don't turn on o... (by Peter87)
Gaming Programming
 
I know this might be a half ass question but, I need to learn some stuff for game engines, and just ...
[7 replies] Last: You need to compile the source code to generate a working program. For... (by Framework)
Problem with Code?? HELP
 
Below code is for Binary Representation of a Number. This code works fine.....but i don't know why ...
[1 reply] : Well x is an unsigned int. But what is 0x80000000, signed or unsigned... (by vin)
by kabuki
Sorting Strings with Quicksort
 
How would I make this code work? Quicksort usually sort integers, but I want it to sort the lastname...
[2 replies] Last: quicksort can sort any two data types which can be compared with each ... (by Ali Ayub)
Help on my coding
 
hey guy I need help on finishing this project on c++ .. the problem I am having right now is that th...
[1 reply] : Besides a random 0 on line 33 and the deprecated and nonstandard conio... (by Daleth)
SFML error
 
I have code blocks and MinGW. I downloaded SFML, installed everything properly following the tutoria...
[2 replies] Last: bump (by uzferry)
can anybody please help me with this project?
 
In this project, my input will be 2 strings consisting of the characters A, G, C, and T. For instanc...
[3 replies] Last: hey, cubby , one more question, how do I Allow the strings to be of di... (by zzh0008)
by animus
C++ Sorting Help
 
Hello dudes, a beginner and need some help. I have a homework that wants me to have the user input a...
[18 replies] Last: So what does your final code look like? because i have a similar proje... (by legolost)
C++homework for validations
 
I can getthis to work with everything except making a number with more than one '.' invalid. What a...
[2 replies] Last: i simply do not understand the answer given above. how do i change th... (by CCTHECRAW)
conversion of vector to an array prgram problem
 
I have the following program which was a vector. I have done some conversions so it has the followin...
[7 replies] Last: Thanks :) (by kittycat)
Battleship help!
 
A while ago I was here with a project on battleship. Now I am working with that program again for an...
[3 replies] Last: you could just create a function in the class like void setcoords();... (by jidder)
Loading Comma Separated Data from a File
 
Hi there. I'm having some difficulty with a little project of mine. Basically, I've written some mem...
[1 reply] : You can use getline() ( http://cplusplus.com/reference/string/string... (by ModShop)
Save data
 
Hi, how can I save data using fstream? Like, say level on one line and weapon on another, and read ...
[1 reply] : http://cplusplus.com/doc/tutorial/files/ It really is quite simple to... (by ModShop)
Space Invaders code help (1,2)
 
I am having compiler issues with this code. Here are the two issues. 1. The compiler expects a ( ...
[20 replies] Last: I finally got the movement in my program to work. My only issue is now... (by RadCod3Win)
What happens to memory that you never free or delete
 
What are some problems that occur if you never delete memory? What happens when main finishes and yo...
[1 reply] : Never freeing memory you allocated with malloc() or new will resul... (by Daleth)
C++ why use void and how to use the .exe
 
I am using Code::Blocks with GNU GCC Compiler. My first question is why do i use void here instead o...
[2 replies] Last: Interesting thankyou for solving this. Having an increasingly difficul... (by snowfiring)
Problems Understanding Final Program
 
I desperately need help with my final program in a C++ Programming class. I'm sorry, I know that it'...
[6 replies] Last: Is this any better? I put my questions in as notes, and deleted the no... (by JohnsonDaryian)
Pages: 123456... 118
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.