Click here to Skip to main content
15,921,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: func to create 2-d array in C Pin
Joaquín M López Muñoz2-Nov-04 8:26
Joaquín M López Muñoz2-Nov-04 8:26 
GeneralRe: func to create 2-d array in C Pin
Budric B.2-Nov-04 8:34
Budric B.2-Nov-04 8:34 
GeneralRe: func to create 2-d array in C Pin
act_x2-Nov-04 8:40
act_x2-Nov-04 8:40 
Generalfunc to create 2-d array in C Pin
act_x2-Nov-04 8:13
act_x2-Nov-04 8:13 
General"cout" and "cin" won't work Pin
Verolix2-Nov-04 7:25
Verolix2-Nov-04 7:25 
GeneralRe: "cout" and "cin" won't work Pin
Joaquín M López Muñoz2-Nov-04 8:19
Joaquín M López Muñoz2-Nov-04 8:19 
GeneralRe: "cout" and "cin" won't work Pin
Verolix2-Nov-04 9:59
Verolix2-Nov-04 9:59 
GeneralRe: "cout" and "cin" won't work Pin
Joaquín M López Muñoz2-Nov-04 10:07
Joaquín M López Muñoz2-Nov-04 10:07 
GeneralRe: "cout" and "cin" won't work Pin
Verolix2-Nov-04 10:15
Verolix2-Nov-04 10:15 
GeneralMoving Horz ScrollBar Pin
manosza2-Nov-04 6:52
manosza2-Nov-04 6:52 
Generalpreferences in registry Pin
ehh2-Nov-04 6:37
ehh2-Nov-04 6:37 
GeneralRe: preferences in registry Pin
BlackDice2-Nov-04 6:46
BlackDice2-Nov-04 6:46 
GeneralRe: preferences in registry Pin
David Crow2-Nov-04 6:56
David Crow2-Nov-04 6:56 
GeneralRe: preferences in registry Pin
Blake Miller2-Nov-04 7:46
Blake Miller2-Nov-04 7:46 
GeneralRe: preferences in registry Pin
ehh3-Nov-04 6:47
ehh3-Nov-04 6:47 
GeneralSchool projects Pin
Izaquad2-Nov-04 6:29
Izaquad2-Nov-04 6:29 
GeneralRe: School projects Pin
David Crow2-Nov-04 6:57
David Crow2-Nov-04 6:57 
GeneralRe: School projects here is my code Pin
Izaquad2-Nov-04 7:32
Izaquad2-Nov-04 7:32 
GeneralRe: School projects here is my code Pin
David Crow2-Nov-04 7:52
David Crow2-Nov-04 7:52 
GeneralRe: lab8dat.txt Pin
Izaquad2-Nov-04 9:10
Izaquad2-Nov-04 9:10 
GeneralRe: School projects Pin
includeh102-Nov-04 7:27
includeh102-Nov-04 7:27 
GeneralRe: Tips Pin
Budric B.2-Nov-04 7:59
Budric B.2-Nov-04 7:59 
GeneralFeature request - Limit the Editor Window size in Visual Studio NET Pin
van12-Nov-04 6:27
van12-Nov-04 6:27 
Hello there!

I figured this site would be a perfect place to ask about my problem (I came here because I was searching for a solutiong on Google).

Anyways, here's my problem. I use Visual Studio NET 2003 to write C/C++ projects. The nature of my assignments requires me to limit the length of the code lines by 80 character, because the code is printed out often and this is how our printers are set up. In other editors that I used before, there was a way to display the vertical dashed line so many characters away from the left margin, or to physically limit the width of the edit page. In VC NET however, I couldn't find any such option, and thus it gets on my nerves constantly having to pay attention to the length of each line of code that I write WTF | :WTF:

It would be amazing if I found a way to limit the Edit Window width (kind of like in MS Word) rather than having it stretched to the right infinitely. There's a selection margin on the left side of the Edit Window (where the line numbers are), would be great if a similar margin was on the right hand side too, with the actual text area in between being 80 character wide.

I don't know much about windows api, I work on unrelated projects, but I'm sure that it would take a few minutes to code this for someone who knows what he's doing.

I would greatly appreciate if someone wrote this add-in for me (or pointed me to an existing one). Blush | :O
GeneralRe: Feature request - Limit the Editor Window size in Visual Studio NET Pin
BlackDice2-Nov-04 6:40
BlackDice2-Nov-04 6:40 
GeneralRe: Feature request - Limit the Editor Window size in Visual Studio NET Pin
Henry miller2-Nov-04 8:00
Henry miller2-Nov-04 8:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.