Beginners - November 2012 (Page 6)

debugger question and BST
 
Which of the following is the correct statement if you want to compile a program but debug it using...
[4 replies] Last: all provided me the code. actually i know how to do for the binary sea... (by Felicia123)
C++ Books?
 
Hey guys, I dont really know if theres anywhere else to post this on this forum but could anyone rec...
[6 replies] Last: The book named "How to think like a computer scientist Allen B. Downey... (by Joalyimo)
WTF with this if( many strcmp() ) not working
 
What is the problem with this code: PROCESSENTRY32 pEntry; HANDLE pSnap; pSnap = CreateTo...
[4 replies] Last: How about this? Does this work? if((strcmp(ExeName, szExE) != 0) || (... (by Moschops)
Classes and Objects help
 
A question says I need to design a class called Length. The class should store the length for a stri...
[4 replies] Last: Nice... Alternatively, you could ask for feet and inches separate... (by kevinbright)
ending program with escape..?
 
Okay so in my program, in different menus, rather than putting an option to exit, what I wanna do ...
[1 reply] : http://www.cplusplus.com/forum/general/74333/ This should help you (by closed account 3qX21hU5)
do you know of a good C++ windows api used in conjunction with codeblocks
 
i got me 32 bit windows, and i know nada apart from everywhere i look is visual studio which i heard...
[11 replies] Last: ahhh qt :D the hell is a toolkit when its at home? installed though an... (by devonrevenge)
are their any fun beginner exercices with c++/net or do you first need a good understanding of the net
 
i would love to expand computer programing into the internet, im not at all familiar with unix yet o...
[10 replies] Last: can someone give me an example of c++ code that looks for hardware? i ... (by devonrevenge)
Books/Reading material ?
 
I need some books on basic C++... that should include topics like data file handling, inheritan...
[3 replies] Last: best one in my opinion probably b/c I am using it for my class at the ... (by Blixamarkham)
Implementation of FFT in TMS320C6X
 
Hello I am Ali from Iraq, I am a Master's student in Electrical Engineering / Electronics and Comm...
[no replies]
by atp
OSX/XCODE related question.
 
I am very new to iPhone development OSX. I have a large application developed in CPP which i have p...
[1 reply] : The best advice I can give you is learn how to do iOS development befo... (by closed account z05DSL3A)
address of functions
 
Like variables, do functions also have addressees...? if so..then how can find it..?
[3 replies] Last: void somefunc() { } typedef void (*functype)(void); void main() {... (by xdeadmonkx)
by Copy
Can anybody explain this..
 
I've been using g++ -Wall -W -Werror ____________.cpp -o _________ to compile my code into an execu...
[4 replies] Last: hey lets just write code without any errors then we dont need the erro... (by Aramil of Elixia)
Deleted data restoration
 
I have heard about softwares which can restore data which has been deleted from your computer.I want...
[8 replies] Last: and can someone tell me about DoD and guttman process to delete the fi... (by Pter0dactyl)
pls help me
 
Hi , I am getting some boring errors .I can't get rid of them. I have libmodbus source codes co...
[4 replies] Last: Ty for your response.I will check it out. (by vFreeman)
Running time of sort help.
 
I wrote a test that creates different sized vectors of random integers and displays the number of ti...
[1 reply] : I think this is what you meant to write: long sort(int n) { long... (by helios)
値段が安い
 
I believe english could be a better choice if you need help
[2 replies] Last: dont forget your towel. (by Aramil of Elixia)
Fairey posters (posterizing) (1,2)
 
i need help in posterizing. the project is basically turning a picture into something similar to the...
[26 replies] Last: Try to quantize the r,g,b values. (by ne555)
When using fstream, how can I start outputting in a specific place?
 
Hello. I have a ofstream with text already in it. There are for example 2 lines START FINI...
[1 reply] : You can set the starting position at the end of the file with openmode... (by maeriden)
by Ch1156
Encryption program help
 
Ok so im making an encryption program and its supposed to go through the text document and replace w...
[17 replies] Last: I disagree with having the lower & upper arrays at all, or using the f... (by TheIdeasMan)
Problem with using strings
 
Hello. I am currently writing code for a text based game and for some reason when I type in to displ...
[7 replies] Last: yes i do. you know what fine. its not that important to me. but dont c... (by Aramil of Elixia)
November 2012 Pages: 1... 45678... 75
  Archived months: [oct2012] [dec2012]

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