Beginners - March 2012 (Page 11)

NetBeans makefile missing
 
OK, so I understand C++ as a language well enough (I'm in the fourth quarter of a C++ class in schoo...
[8 replies] Last: no problem, happy to help. (by ui uiho)
Cars & garages algorithm
 
Hello! I don`t to know how to solve this problem: We have X garages and Y cars (we write them the fi...
[1 reply] : The question is to find maximum distance between the nearest two cars... (by ne555)
by jorz
ringbuffer
 
Hi all, I am getting in to the serialport class at the moment and I can read data without any pro...
[4 replies] Last: Hi all, I have a time class that runs every 100ms this picks up the d... (by jorz)
by anibal
bit representation of floats, help please!!
 
Hi. Im new here and this is my first post, I hope you can help me with this problem I have: I'm tryi...
[2 replies] Last: Thanks so much for your help!!! (by anibal)
some help plz
 
k i have a function: void copyB(const int *fromPtr, int rows, int columns, int to ) { int ...
[no replies]
variable diagrams
 
juat a quick question, say u get a variable function like this: void func2(int n, int & n1) { ...
[1 reply] : You don't "get" n1, you should already have it when you "give" it to t... (by LB)
basic stuff
 
This is my program: #include <iostream> Using namespace std; Int main () { String name, add...
[6 replies] Last: thanx every1 for the help, i got it right, and works perfect now (by Stephie22)
Help looping a file correctly
 
I am trying to loop my infile and readings correctly. right now i am only getting 4 of the data sets...
[no replies]
Linked list and pointers :)
 
Ok So I'm studying linked list and pointers and having some fun with it. I have tried some different...
[2 replies] Last: WOW, i feel retarted! thanks for the time (by shrimpy)
Varibles question(Floats)
 
ive been learning sfml lately and ive come across this line of code while learning: const float Spe...
[2 replies] Last: Thank you, the tutorial makes so much more sense now! (by Need4Sleep)
MS Visual C++ 2008 not creating exe
 
I've installed Visual 2008 on my PC but every time i right a simple hello world it wont compile beca...
[no replies]
Reporting on Monthly Sales
 
I have been tasked with the following: I am new to programming. I need to create a program that tr...
[1 reply] : :D :D :D (by Shinigami)
read a new line from file multiple function calls
 
I'm trying to read in a file one line at a time inside a function that gets called multiple times fr...
[2 replies] Last: thanks. I opened it in main and it persists between function calls, bu... (by savan12986)
by hcta
Closing Console Fix not working
 
Alright, so I've been reading this pdf/online book of learning C++, and I got Dev-C++ as a compiler...
[4 replies] Last: I remember when reading through that post someone posting a cool idea ... (by ascii)
Help with snake
 
This is what I have so far, I just don't know how to give it the tail. For some reason that is eludi...
[no replies]
Union Abilities
 
I'm stepping into unknown territory here (like always). I'm fiddling around with union s today. So ...
[4 replies] Last: [quote=Disch]If they are both are meant to point to the same thing, yo... (by closed account zb0S216C)
error with operators in vector
 
Hello, I am getting an error with all of the operators in my program... I would understand if I had ...
[1 reply] : when you do things like this: int i; vector<string> b; b.push_back(... (by Stewbond)
Midterm Lab. Please help!
 
Assignment: Show off what you can create with what you've learned about Processing this semester. ...
[2 replies] Last: I believe I have to make some sort of graphic. I'm working on openFram... (by tennisjad3)
Dynamic Arrays.
 
I was wondering something about array and the 'new' method use for dynamic array's.I have noticed th...
[8 replies] Last: Yes. That results in a leak. Prior to another allocation you should d... (by closed account zb0S216C)
Can you help me understand this basic thing ?
 
I have been trying to learn C programming from some webpages I downloaded but I find I cannot work t...
[4 replies] Last: Cheers thank you so much for your forbearance and your help :-) (by Philip70)
March 2012 Pages: 1... 910111213... 71
  Archived months: [feb2012] [apr2012]

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