Beginners - February 2012 (Page 48)

Source not seeing header?
 
Hey guys I've always had this problem, always... I like to keep my code clean and as such, lik...
[4 replies] Last: Thank you :) Solved by putting my header include AFTER stdafx (by Zinglish)
by linh
Source information stripped?
 
I just started to learn about C++, but my professor hasn't said anything about getting an error like...
[16 replies] Last: [quote=Albatross]All you needed to do is run the program with the debu... (by closed account z05DSL3A)
by M987
Makefile.win
 
Hi! I am creating a project in c++, it is to create a calculator oop. I have the calculator.exe,calc...
[no replies]
by Barkin
Aritmetic operators-- I need help.
 
Prompt the user to enter an integer number. Prompt the user to enter a C++ arithmetic operator (...
[5 replies] Last: what about this part --Print the result obtained when the arithmetic ... (by Barkin)
by CheyPR
Code screen size
 
Hi people. I was wondering if it's possible to run a program widescreen. I found a matrix code a...
[3 replies] Last: Hi, I tried changing the numbers on those lines and it kept the same. ... (by CheyPR)
Is there a simpler way to do this?
 
// HW 5.12b Write a program that displays the following // ********** // ********* // ******** // ...
[9 replies] Last: Weird, I'm not seeing the value of j = (0+i), since 0 + i = i, regardl... (by roberts)
Structures, Arrays, and 'no match for operator[]'
 
So, I need to write a program that (as far as I can tell) needs me to build an array without actuall...
[5 replies] Last: @histrungalot Yeah, I didn't really understand what I was trying to sa... (by Mr Spudtastic)
Declaring variables for use on Calculus deriving program
 
I'm pretty new to programming and I'm trying to create a deriving program to do derivatives. For now...
[13 replies] Last: I know what my problem is in the code and I can work around it' but th... (by Matt Morin)
having trouble with vector begin
 
I read the vector:begin reference but i'm still having trouble implementing it into my code. i dont...
[no replies]
by zicoos
Good IRC server for C++ programming? Or general programming.
 
I am still learning and would like to know if there is a good channel somewhere on abundance of serv...
[1 reply] : Freenode IRC network has many good programming channels. List of serve... (by Cubbi)
Need a hint
 
I need some help on my assignment: The program shall be able to encode a list of letters into a li...
[8 replies] Last: And thanks again! (by isoto4705)
I keep having errors...
 
I have read of the program whenever it gets failed but still don't know what's wrong with the source...
[1 reply] : @skhailie716 You have a few problems. 1... You don't have an opening... (by whitenite1)
pausing using char HELP!
 
Hello. I need some help here. I'll show the code first, it is a math tutoring program. cout<<"I...
[no replies]
Why does N keep changing its value?
 
In the program below, when I input a number bigger than 99 for variable N, N changes its value duri...
[7 replies] Last: Only on some systems (particularly little-endian.) Don't rely on this ... (by Mathhead200)
[HELP] On my school assignment
 
Im completely lost on how to even start this assignment. If someone could give me a push start in th...
[2 replies] Last: Ok, thanks for the start. (by nickoolsayz)
reference places and research
 
been looking around and I've seen headers that I cant find any reference for -_- the <Windows> heade...
[6 replies] Last: k, thanks ^^ (by alucard33592)
How do I declare an object function?
 
I've been looking everywhere for this and the answer is probably really simple, but I haven't been a...
[4 replies] Last: oh wow thanks, that was my first try and all I was missing was the par... (by MeltyGoblin)
Assistance is appreciated
 
I am very new to programming and still don't totally understand how everything works, but I'm postin...
[5 replies] Last: Thanks to the replys, I managed to get my menu working ! This is a dif... (by JRimmer)
Gray code
 
Hi. I am asked to write a program using recursion. when input n, then program will generate all l...
[12 replies] Last: Here is a program using recursion. And I think it will fulfill your ne... (by sazzadmim)
by myoni
gets not working
 
why gets() is not working ? here's the function code: int searchStr(char **Str, int &size) ...
[1 reply] : Do not mix <iostream> with <cstdio> in your code. Use one or the other... (by LB)
February 2012 Pages: 1... 4647484950... 64
  Archived months: [jan2012] [mar2012]

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